Hello,

To call an external webservice, I think you must use a provider endpoint with the servicemix-http component.
For example, I use this service unit :

<http:endpoint
       defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
       service="foo:WService"
       endpoint="myProvider"
       role="provider"
       locationURI="http://localhost:8080/axis/services/myWS";
       soap="true">
</http:endpoint>

The input message must be in a soap envelope and normally, it would be great.

Good luck,

Pierre NOTEL


//*******************************************
João Luz wrote:
How can we, using provider/consumer endpoints, call an external webservice 
using servicemix?
Thanks in advance,
João


Reply via email to