Prathiba,

This page (http://servicemix.apache.org/client-api.html) shows you some of the options you have for starting a new MessageExchange.

Gert

pratibhaG wrote:
I have following provider:

<beans xmlns:http="http://servicemix.apache.org/http/1.0";
       xmlns:hello="http://servicemix.in2m.com/samples/http";>

  <http:endpoint service="hello:MyProviderService"
                 endpoint="consumerEndpoint"
role="provider" locationURI="http://192.168.2.53:8080/webapp/control/httpEsbEvent";
                 defaultMep="http://www.w3.org/2004/08/wsdl/in-out"/>

</beans>

How can I create ServiceEndPoint instance for this service if i have the
serviceName and endpoint with me?

Pratibha

Reply via email to