Hi, I have been trying to change the http;endpoints to http:provider / http:consumer end points. It seems that there have been some changes in the properties during the change over. Can any one suggest me the right mapping
<beans xmlns:http="http://servicemix.apache.org/http/1.0" xmlns:vdssfrontend="http://vdssfrontend" xmlns:scmservice="http://scm" xmlns:cmspecificwebservice="http://www.ibm.com/xmlns/db2/cm/webservices/1.0/schema"> <http:consumer service="vdssfrontend:Vdssfrontend" endpoint="VDSS" role="consumer" locationURI="http://pd92:8192/vdss" soap="true" /> <http:provider service="scmservice:SCMService" endpoint="SCMService" role="provider" locationURI="http://pd97:9080/SCMService/services/SCMService" soap="true" soapAction="" soapVersion="1.1" /> <http:provider service="cmspecificwebservice:CMWebServicePort" endpoint="CMWebServicePort" role="provider" locationURI="http://pd97:9080/CMBSpecificWebService/services/CMWebService" soap="true" soapAction="" soapVersion="1.1" /> </beans> Regards, Ganesh -- View this message in context: http://www.nabble.com/Mapping-the-http%3Aendpoints-to-http%3Aprovider-http%3Aconsumer-tp17288543p17288543.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
