cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP AXIS - Receiver handler response verification error

netweaver_team
Discoverer
0 Kudos

Hi ,

We are working on a PROXY to SOAP scenario which has a 2 way authentication requirement.

If we use a SOAP adaptor at receiver side, with certificate authentication with sender certificate , security profile as Web services security and hardcode some static soap header using the module AddSOAPHeaderBean module, the scenario works fine.

But since we require dynamic header values , we want to configure the exact same setup using SOAP AXIS protocol . The configuration works fine from sending the request perspective as the target system is getting the request properly and sending a response back as well.

But the message is failing in the response handler with error com.sap.engine.interfaces.messaging.api.exception.MessagingException: WSDoAllReceiver: security processing failed; nested exception is:

org.apache.ws.security.WSSecurityException: The signature or decryption was invalid

Not sure what are the parameters to maintain for this handler to make it work same as a normal soap scenario that works.

Im currently maintaining the public certificate of the target as user (tried * also), and action as Signature, password as blank.(referring to the sample available in AXIS FAQ note)

Can any one suggest possible solutions /fixes for this issue?

Accepted Solutions (0)

Answers (0)