Now we have this problem :
we send message from HTTP to CAMEL to JSR181 but the response from JSR don't
retry from CAMEL to HTTP
this is our HTTP configuration :
<http:endpoint service="frsb:HttpTest"
endpoint="endpointTest"
targetService="frsb:CamelTest"
role="consumer"
locationURI="http://0.0.0.0:8192/Test/"
defaultMep="http://www.w3.org/2004/08/wsdl/in-out"
soap="true" >
</http:endpoint>
this is our camel class:
public void configure() throws Exception {
this.from("jbi:service:http://icar.unibas.it/FreESBee/CamelTest")
.to("jbi:service:http://icar.unibas.it/FreESBee/WebService");
}
The WEB SERVICE class receive message but the body response doesn't return
to HTTP
--
View this message in context:
http://www.nabble.com/Problems-with-camel-comunication-tf4482226s12049.html#a12781429
Sent from the ServiceMix - User mailing list archive at Nabble.com.