0

I am having a SOAP web service. I am using Apache Axis2 to generate the Javabean skeleton from WSDL file and i implemented the functionality.Now i am looking to secure the web service using user name token. What is the option available to do that.

ajithparamban
  • 2,403
  • 2
  • 15
  • 14
  • It is not likely you will get help without posting code and being clear on what you triedand researched and where you failed... – thejartender May 17 '12 at 18:47

1 Answers1

0

Axis2 is extensible by using modules and the security module for Axis2 is called Rampart. You can engage this module to provide the security functionality.

You might find this article useful: UsernameToken Authentication with Rampart

Bogdan
  • 20,624
  • 2
  • 64
  • 57
  • I found another alternative for this situation. It is possible to use WSO2WSASApplication server. It could be also configured with Tomcat,JBoss etc. – ajithparamban Aug 03 '12 at 02:51