Hi guys,
I noticed that camel returns the request message sent to an
nmr:{namespace}service:endpoint instead of the response returned by the jbi
component.
I can confirm that the jbi component actually sends the request to the
remote webserver and receives a response. I also noticed that these action
is not consistent as camel sometimes gets response and logs it instead of
the original request.
here is my route:
<route>
<from uri="nmr:nauRoute"/>
<to uri="xslt:requestTo.xsl"/>
<convertBodyTo type="javax.xml.transform.dom.DOMSource" />
<to uri="nmr:{http://tempuri.org/}Service:ServiceSoap"/>
</route>
Thanks
--
View this message in context:
http://old.nabble.com/wrong-response-returned-by-camel-tp26732837p26732837.html
Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.