What have you tried? 

-----Original Message-----
From: sh_santosh [mailto:santosh.nc...@gmail.com] 
Sent: Friday, September 25, 2009 11:14 AM
To: axis-user@ws.apache.org
Subject: Axis SOAP header security with wsp tags in soap header


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
--
View this message in context: 
http://www.nabble.com/Axis-SOAP-header-security-with-wsp-tags-in-soap-header-tp25613897p25613897.html
Sent from the Axis - User mailing list archive at Nabble.com.

Reply via email to