Hi, I am looking for an example for http provider su. I am writing a simple example of http-provider using servicemix-http-provider maven archetype. I am not sure if my xbean.wsdl is correct:
<beans xmlns:http="http://servicemix.apache.org/http/1.0" xmlns:ex="http://servicemix.apache.org/example"> <http:endpoint service="ex:httpProvider" endpoint="soap" role="provider" locationURI="http://localhost:8192/httpProvider/" defaultMep="http://www.w3.org/2004/08/wsdl/in-out" soap="true" /> </beans> Do I need to specify a targetService? Does service and targetService have to be the same? Also do I need to specify an endpoint other than soap? If the xbean.wsdl in src/main/resources will it automatically use the class from src/main/java for the service? Sorry for asking many simple questions. It will greatly help me as a first time user. Thanks, Nithya can the xbean.wsdl be -- View this message in context: http://www.nabble.com/Example-for-http-provider-su-tp14706426s12049p14706426.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
