Modified: servicemix/components/trunk/bindings/servicemix-http/src/test/resources/provider/http.wsdl URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-http/src/test/resources/provider/http.wsdl?rev=1055035&r1=1055034&r2=1055035&view=diff ============================================================================== --- servicemix/components/trunk/bindings/servicemix-http/src/test/resources/provider/http.wsdl (original) +++ servicemix/components/trunk/bindings/servicemix-http/src/test/resources/provider/http.wsdl Tue Jan 4 13:43:46 2011 @@ -33,7 +33,7 @@ <service name='Provider'> <port name='TestEndpoint' binding='tns:ProviderJmsBinding'> - <http:address location="http://localhost:8192/CheckAvailability"/> + <http:address location="http://localhost:${port1}/CheckAvailability"/> <jbi:endpoint role="provider"/> </port> </service>
Modified: servicemix/components/trunk/bindings/servicemix-http/src/test/resources/xbean/xbean.xml URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-http/src/test/resources/xbean/xbean.xml?rev=1055035&r1=1055034&r2=1055035&view=diff ============================================================================== --- servicemix/components/trunk/bindings/servicemix-http/src/test/resources/xbean/xbean.xml (original) +++ servicemix/components/trunk/bindings/servicemix-http/src/test/resources/xbean/xbean.xml Tue Jan 4 13:43:46 2011 @@ -29,7 +29,7 @@ <http:endpoint service="test:MySoapService" endpoint="endpoint" role="consumer" - locationURI="http://localhost:8192/SoapService/" + locationURI="http://localhost:${port1}/SoapService/" soap="true" wsdlResource="classpath:SoapService.wsdl"/> @@ -37,7 +37,7 @@ <http:endpoint service="test:MyConsumerService" endpoint="myConsumer" role="consumer" - locationURI="http://localhost:8192/Service/" + locationURI="http://localhost:${port1}/Service/" defaultMep="http://www.w3.org/2004/08/wsdl/in-out" /> <!-- END SNIPPET: consumer --> @@ -45,7 +45,7 @@ <http:endpoint service="test:MyProviderService" endpoint="myProvider" role="provider" - locationURI="http://localhost:8192/Service/" + locationURI="http://localhost:${port1}/Service/" wsdlResource="classpath:provider.wsdl" /> <!-- END SNIPPET: provider -->
