客户端使用具有用户名令牌安全性的 WSO2 WSAS Web 服务
我需要实现一个客户端来使用部署在 WSO2 WSAS 上且具有用户名令牌安全性的 Web 服务。
我可以使用 wsdl2java 生成的存根,现在不需要动态方法。
有任何教程可以帮助我完成这项任务吗?我已经搜索过但没有成功!
此致, 乌克兰
I need to implement a client to consume a Web Service that is deployed on the WSO2 WSAS with username token security.
I can use the stub generated by the wsdl2java, a dynamic approach is not necessary right now.
There is any tutorial that can help me to accomplish this task? I have already searched but without success!
Best regards,
Ukrania
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
后续指南 http ://wso2.org/library/demonstrations/deploying-java-web-service-wsas-securing-it-username-token-policy-0
Follow-up guide http://wso2.org/library/demonstrations/deploying-java-web-service-wsas-securing-it-username-token-policy-0
这可能就是您正在寻找的内容。它具有使用 Rampart 模块来使用安全服务的代码。
This could be what you are looking for. It has code that uses the Rampart module to consume secure service.