Re: Securing Axis2 Web Services with wss4j

2009-01-07 Thread Sameera Jayasoma
Hi Ibrahim, Following article describes how to secure web services using Apache Rampart. It may help you. http://wso2.org/library/3190 Sameera On Wed, Jan 7, 2009 at 7:28 PM, ibrahim demir wrote: > Hi All; > > I have to connect to a web service that has security. And they want me to > put the

Securing Axis2 Web Services with wss4j

2009-01-07 Thread ibrahim demir
Hi All; I have to connect to a web service that has security. And they want me to put the given user name and password to the massage token. I have already created my clients with Axis2 Eclipse Code generator. How can I pass or add this security information to my stub. Is there some sample cod