cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Signing and Encryption

Former Member
0 Kudos

hi gurus

I have to develop an web service interface enabling signing and encryption. I am using SOAP receiver to do this and have configured WSSE security with sign key and encryption key.

The payload is a SOAP envelop, i am passing the envelop, header and body in my payload so I am not using PI enveloping. I have configured "Do Not Use SOAP Envelop" option.

But i am not getting the signed or encrypted msg. The processing log shows:

27.02.2014 07:04:18.880InformationSOAP: Web Services Security Processing
27.02.2014 07:04:18.880InformationSOAP: Web Services Security processing skipped: Empty body
27.02.2014 07:04:21.395InformationSOAP: Processing completed
27.02.2014 07:04:21.395InformationSOAP: sending a delivery ack ...
27.02.2014 07:04:21.404InformationSOAP: sent a delivery ack

Why is it skipping the Security??

Any suggestions would help..

Thanks

Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184720
Active Contributor
0 Kudos

Hi Kumar - It says Empty body.. Is it generating any payload after mapping?

http://scn.sap.com/people/rajendra.badi/blog/2011/08/24/configuring-wsse-digital-signing-and-encrypt...

Former Member
0 Kudos

Hareesh

Thanks for the quick reply..

it is generating the body..

it has envelop, header and body.. body has data in it too..

thanks