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.

4

1 回答 1

0

Axis2可通过使用模块进行扩展, Axis2 的安全模块称为Rampart。您可以使用此模块来提供安全功能。

您可能会发现这篇文章很有用:UsernameToken Authentication with Rampart

于 2012-05-19T13:25:01.110 回答