问题
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