cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in implementing wsse using SOAP adapter

Former Member
0 Kudos

Dear Experts,

We have a requirement for one of our scenarios( synch, proxy to webservice) where we have to perform the below actions

1.encrypt using x509 certificates

2.sign using x509 certificates

3. Add username tokens to the SOAP Header

I tried 2 approaches

1. Using standard SOAP receiver in nosoap mode : I tried to add the SOAP header in java mapping and later on have the adapter encrypt and sign it as per WSSE. It is not working and i am getting an error "encryption skipped: empty body" in the adapter log. The message is passed as it is to the receiver w/o any security actions- Is it possible to use the SOAP adapter in nosoap mode for wsse????

2. Using AXIS adapter to perform all three actions by chaining handlers. I have reffered to the correct SAP Notes. But not able to proceed as i am getting lots of errors combining these features.

Any pointers on how to achieve this would be really appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

Bhargavakrishna
Active Contributor
0 Kudos

Hi Hari,

refer the below link for step by step guide for configuring WSSE  and digital signing..

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

http://scn.sap.com/thread/2043149

http://scn.sap.com/thread/3212663

http://www.stechno.net/sap-notes.html?view=sapnote&id=856597

Hope you will get the solution..

Regards

Bhargava krishna

Former Member
0 Kudos

Thanks Bhargava. I have reffered to these blogs previously, But they do not address these issues. As i have mentioned above i have a requirement of signing, encryption and SOAP Header username tokens. Can you suggets how this can be achieved