L.S.,
Did you already see the tutorial we have for using Camel inside
ServiceMix at
http://servicemix.apache.org/3-beginner-using-apache-camel-inside-servicemix.html?
It explains how to use Camel to route between JBI endpoints. You
shouldn't have to worry about the type of endpoint you are routing to,
it doesn't matter for the Camel part -- you just address a JBI endpoint
there. In your case, if you use Camel to send the correct XML body for
doing the soap request to the endpoint, the servicemix-http component
will do the correct thing.
Regards,
Gert
docs123 wrote:
Hi,
I've deployed 2 webservices as proxy services in service mix using
servicemix-http component.
Now I want to define some flow in which these 2 webservices take part.
Can you please let me know what are the steps I need to follow in order to
deploy the flow in service-mix using camel?
I've tried looking in the examples but none of the ones I found seems to
match calling webservices deployed in servicemix using the http component.
Thanks!