AXIS SOAP Headers Security with WSP Xmls Tags

View: New views
1 Messages — Rating Filter:   Alert me  

AXIS SOAP Headers Security with WSP Xmls Tags

by sh_santosh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear All,

I have to expose/provide the service method in which I have to implement the Soap Headers Security.
Below is the Sample SOAP Header which I have to implement in my Service Method.

I am using Axis 1.4, Tomcat 5 and Java 1.5.

Response XML :
<S:Header>
   <wsp:authentication>
   <wsp:userid>XXUserName</wsp:userid>
   <wsp:password>XXPassword</wsp:password>
   <wsp:payloadVersion>2007B</wsp:payloadVersion>
   </wsp:authentication>
</S:Header>

Please Provide your valuable suggestions , how I can implement the above above SOAP Header.


Regards,
Santosh