I am using JaxWsProxyFactoryBean for client invocation of a web service. We have a requirement to intercept the SOAPEnvelope before it goes out and send it to a Secured Token Service, which will return a SOAPEnvelope with SAML or Encryption, etc. And then that returned/secured SOAPEnvelope will replace the original and be sent on to the original destination.
Which phase of the outgoing interceptors is the best phase to do this logic? Thanks for your help, Jay Blanton -- View this message in context: http://cxf.547215.n5.nabble.com/JaxWsProxyFactoryBean-Intercept-Outgoing-Message-Phase-tp3202268p3202268.html Sent from the cxf-user mailing list archive at Nabble.com.
