summaryrefslogtreecommitdiffstats
path: root/java/sca/vtest/wsbinding/service/src/main/resources/endpointreference.composite
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/vtest/wsbinding/service/src/main/resources/endpointreference.composite4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/vtest/wsbinding/service/src/main/resources/endpointreference.composite b/java/sca/vtest/wsbinding/service/src/main/resources/endpointreference.composite
index bb3bbef390..3ba152b7b8 100644
--- a/java/sca/vtest/wsbinding/service/src/main/resources/endpointreference.composite
+++ b/java/sca/vtest/wsbinding/service/src/main/resources/endpointreference.composite
@@ -26,7 +26,7 @@
<service name="AService">
<binding.ws wsdlElement="http://wsbinding.vtest.sca.tuscany.apache.org#wsdl.binding(AServiceSOAP11Binding)">
<wsa:EndpointReference xmlns:wsa="http://www.w3.org/2005/08/addressing">
- <wsa:Address>http://localhost:8080/AService/endpointref</wsa:Address>
+ <wsa:Address>http://localhost:8085/AService/endpointref</wsa:Address>
</wsa:EndpointReference>
</binding.ws>
</service>
@@ -34,7 +34,7 @@
<component name="AClientComponent">
<implementation.java class="org.apache.tuscany.sca.vtest.wsbinding.impl.AClientServiceImpl"/>
<reference name="aService">
- <binding.ws uri="http://localhost:8080/AService/endpointref"/>
+ <binding.ws uri="http://localhost:8085/AService/endpointref"/>
</reference>
</component>
</composite>