Hi, For one of my projects, I should be able to call an external webservice. This webservice requires that all requests are signed with WS-Security (based on a server certificate), but the synchronous responses are not signed.
I was thinking about the following process: 1/ The Java client connects to an endpoint defined in ServiceMix => connection via HTTP, JMS, ... ? 2/ The Java client sends a unsigned SOAP request to this endpoint => HTTP GET, ... ? 3/ ServiceMix applies WS-Security to the incoming SOAP request 4/ ServiceMix sends the signed SOAP request to the external webservice 5/ The external webservice sends a unsigned SOAP response to ServiceMix => connection via HTTPs 6/ ServiceMix sends the unsigned SOAP response to the client 7/ The client treats the SOAP response Is this scenario supported by ServiceMix ? -If yes, what should be configured ? -If no, is there an alternative to implement this scenario ? Regards, Stefan Lecho. -- View this message in context: http://www.nabble.com/Is-this-requirement-supported-by-ServiceMix---tp18136152p18136152.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
