summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/callback-basic-ws/src/main/resources/CallBackBasicTest.composite
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/itest/callback-basic-ws/src/main/resources/CallBackBasicTest.composite')
-rw-r--r--sca-java-2.x/trunk/itest/callback-basic-ws/src/main/resources/CallBackBasicTest.composite12
1 files changed, 6 insertions, 6 deletions
diff --git a/sca-java-2.x/trunk/itest/callback-basic-ws/src/main/resources/CallBackBasicTest.composite b/sca-java-2.x/trunk/itest/callback-basic-ws/src/main/resources/CallBackBasicTest.composite
index 8389be6fad..5441e2e580 100644
--- a/sca-java-2.x/trunk/itest/callback-basic-ws/src/main/resources/CallBackBasicTest.composite
+++ b/sca-java-2.x/trunk/itest/callback-basic-ws/src/main/resources/CallBackBasicTest.composite
@@ -30,7 +30,7 @@
<component name="CallBackBasicService1">
<implementation.java class="org.apache.tuscany.sca.test.CallBackBasicServiceImpl"/>
<service name="CallBackBasicService">
- <binding.ws uri="http://localhost:8085/CallBackTargetService"/>
+ <binding.ws uri="http://localhost:8085/CallBackBasicService1"/>
</service>
</component>
@@ -39,7 +39,7 @@
<implementation.java class="org.apache.tuscany.sca.test.CallBackBasicClientImpl"/>
<reference name="aCallBackService" target="CallBackBasicService2">
<callback>
- <binding.ws uri="http://localhost:8084/CallBackClientService"/>
+ <binding.ws uri="http://localhost:8084/CallBackBasicClient2"/>
</callback>
</reference>
</component>
@@ -47,9 +47,9 @@
<component name="CallBackBasicService2">
<implementation.java class="org.apache.tuscany.sca.test.CallBackBasicServiceImpl"/>
<service name="CallBackBasicService">
- <binding.ws uri="http://localhost:8085/CallBackTargetService"/>
+ <binding.ws uri="http://localhost:8085/CallBackTargetService2"/>
<callback>
- <binding.ws uri="http://localhost:8084/CallBackClientService"/>
+ <binding.ws uri="http://localhost:8084/CallBackBasicClient2"/>
</callback>
</service>
</component>
@@ -58,14 +58,14 @@
<component name="CallBackBasicClient3">
<implementation.java class="org.apache.tuscany.sca.test.CallBackBasicClientImpl"/>
<reference name="aCallBackService">
- <binding.ws uri="http://localhost:8085/CallBackTargetService"/>
+ <binding.ws uri="http://localhost:8085/CallBackBasicService3"/>
</reference>
</component>
<component name="CallBackBasicService3">
<implementation.java class="org.apache.tuscany.sca.test.CallBackBasicServiceImpl"/>
<service name="CallBackBasicService">
- <binding.ws uri="http://localhost:8085/CallBackTargetService"/>
+ <binding.ws uri="http://localhost:8085/CallBackBasicService3"/>
</service>
</component>