Dear WSO2 developers, I am student who recently found WSO2 ESB and am excited to use it for my study. I hope you could help me with some hints as follows. I want to implement an outbound gateway for WS-Trust that: 1. intercepts all outbound SOAP messages2. sends an RST to an STS (WSO2 IdP).3. includes the respond SAML token in the SOAP header of the message before invoking an external service. I found the sample 100 (below) that uses ESB as a gateway to secure an outgoing request. In this sample, ESB simply uses a pre-configured policy to embed a X.509 token in the SOAP Header. Do we have a policy for STS? If not, I think I may implement a Java class (with Apache Axis) to do the underlying steps (1-3). Then let the ESB calls this Java class. Do you think it is reasonable? Do you have any suggestions / hints? Many thanks https://docs.wso2.com/display/EI611/Sample+100%3A+Using+WS-Security+for+Outgoing+Messages
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
