Hi!
I need to have in my ESB (servicemix 3.2.2) a SOAP entry like this :
<http:endpoint
defaultMep="http://www.w3.org/2004/08/wsdl/in-out"
service="foo:transformerSOAP"
endpoint="communicatorSOAP"
role="consumer"
locationURI="http://0.0.0.0:8080/PDC_SOAP/services/Communicator/"
soap="true"
soapVersion="1.2"
soapAction=""
>
</http:endpoint>
Methods sent by the client may be :
getInfo(String id) -> which returns a String response
setInfo(String id, String info) -> which returns no response
I just transform the SOAP message (with a lw-su : xsltTransform to extract
the SOAP action) and after I route to a drools-su.
How can I send a SOAP response after the routing ?
How to implement that in the ESB?
--
View this message in context:
http://www.nabble.com/Unique-SOAP-binding-with-ou-without-response--tp18846952p18846952.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.