cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP message security signing problem

Former Member
0 Kudos

Hello friends , I am using SOAP adapter to send message. I need to sign message with certificate provided by client and then send.

I had applied the certificate in signing at Security settings in Receiver agreement screen. Message is going but it is not getting signed. In the runtime work bench log it is showing like :

2009-06-20 15:16:16 Success SOAP: request message entering the adapter with user J2EE_GUEST

2009-06-20 15:16:16 Success SOAP: Web Services Security processing...

2009-06-20 15:16:16 Success SOAP: Web Services Security processing skiped. Empty body...

2009-06-20 15:16:39 Success SOAP: completed the processing

2009-06-20 15:16:39 Success SOAP: continuing to response message 3561abf1-5d94-11de-addd-001e0b48e310

2009-06-20 15:16:39 Success MP: Leaving module processor

2009-06-20 15:16:39 Success The message was successfully delivered to the application using connection SOAP_http://sap.com/xi/XI/System.

2009-06-20 15:16:39 Success The message status set to DLVD.

In this as you can see,at third step from top it is 'Web Services Security processing skiped. Empty body...'

I am not sure why this is getting skipped.

Please suggest

Regards,

Brijesh Soni

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Soni,

Please try to configure all the steps given in this document:

http://sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d024ca8e-e76e-2910-c183-8ea4ba681c51

---Satish