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.