ivan-50 wrote:
> 
> How can I redirect HTTP/SOAP request from some BindingComponent to 
> another BindingComponent (which is exposed also via HTTP/SOAP)? What way 
> is preffered?
> 

You could receive a SOAP/HTTP message using the CXF BC using the Consumer
endpoint. This then has the ability to pass on the message using the 
targetService and targetEndpoint attribute. You can use these to send this
to a CXF provider, which will send this message over the wire to the Web
Service
defined in the WSDL (which may be over-ridden by the locationURI attribute).

This basically will take in a message and send it onto the NMR and straight
back out again. Is this what you want to do?

- Martin
-- 
View this message in context: 
http://www.nabble.com/Redirect-SOAP-request-tp17822757p17827044.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to