Invoking secured web services using wso2 esb

不羁岁月 提交于 2019-12-13 20:40:55

问题


I am trying to access secured web services through WSO2 ESB.

I receive a request from a web service, use sequence, apply XSLT mediator, construct the request as needed to hit the endpoint. I can do this successfully by creating a request for unsecured endpoints.

How do I construct requests when the endpoints are secured using various security polices (Eg: X509 user name token, etc)

Thanks.


回答1:


Have a look at this sample. You need to secure the outgoing request message at the end point level. Please have a look at here[1].

[1] http://wso2.org/project/esb/java/4.0.3/docs/samples/qos_mediation_samples.html#Sample100



来源:https://stackoverflow.com/questions/11449159/invoking-secured-web-services-using-wso2-esb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!