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.880 | Information | SOAP: Web Services Security Processing |
27.02.2014 07:04:18.880 | Information | SOAP: Web Services Security processing skipped: Empty body |
27.02.2014 07:04:21.395 | Information | SOAP: Processing completed |
27.02.2014 07:04:21.395 | Information | SOAP: sending a delivery ack ... |
27.02.2014 07:04:21.404 | Information | SOAP: sent a delivery ack |
Why is it skipping the Security??
Any suggestions would help..
Thanks
Kumar