Hi, I developing an application on servicemix that needs to invoke a RPC style web service (implemented using Apache SOAP). The service deployed on servicemix will expose a web service and convert the client call to RPC web service call and vice versa for the response. This is how I am planning to implement it. The client call will first go to servicemix-http component and the overall flow will look like this - client request (document style soap)--> http (consumer) --> eip--> xslt (to transform the request xml to rpc xml)-->eip--> http (provider) --> RPC web service. I would like to know if this is the correct approach to invoke rpc web service or are there any better way to do this using any in-built servicemix components?
pv. -- View this message in context: http://www.nabble.com/invoking-soap-rpc-web-service-tf4669835s12049.html#a13339935 Sent from the ServiceMix - User mailing list archive at Nabble.com.
