Client must use WSO2 WSAS Web Service with Token Security

I need to implement a client to use a web service deployed on WSO2 WSAS with username token security.

I can use the stub generated by wsdl2java, the dynamic approach is not needed right now.

Is there any tutorial that can help me accomplish this task? I have already searched, but to no avail!

Best regards, Ukrania

+2


source to share


2 answers


Follow-up tutorial http://wso2.org/library/demonstrations/deploying-java-web-service-wsas-securing-it-username-token-policy-0



+3


source


This might be what you are looking for. It has code that uses the Rampart module to consume a secure service.



0


source