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
--
View this message in context:
http://www.nabble.com/How-to-create-ServiceEndPoint--tp17530911p17530911.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.