Integrating with a WS-Security (WSS) SOAP webservice in Header

0
Hello Experts, I need to consume a SOAP webservice that requires a WS-Security header.  Can some body tell that, What exactly we need to pass in the header and in what format it will be? How to pass that in the header? NOTE : The web service has a certification based authentication – Imported successfully in settings.   Answers are really much appreciated!
asked
1 answers
2

Hi,

 

Unfortunately, there is no pre-built method for applying WS-Security signing and encryption.

To accomplish WS-Security, I used Java code that utilizes the following libraries (Axis2, Axiom, Neethi, Rampart) to consume the endpoints. Among these libraries, Rampart specifically handles the signing and encryption of both incoming and outgoing requests.

 

answered