summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/ws
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-06-22 10:14:36 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-06-22 10:14:36 +0000
commitec29a8d7084b842c37943e8e036ef981ac7631ff (patch)
tree9a4329fc77b2cd113344f1154b1a9bc3b4b612d6 /sca-java-2.x/trunk/itest/ws
parent32f793ff8ef3db049e0d51969d9ca5e5a2a764f5 (diff)
Catch up with spec related binding.ws changes. URL no allowed on binding.ws on service callback now.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956839 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/ws')
-rw-r--r--sca-java-2.x/trunk/itest/ws/contribution-callback-fullspec/src/main/resources/helloworld.composite2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/itest/ws/contribution-callback-fullspec/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/itest/ws/contribution-callback-fullspec/src/main/resources/helloworld.composite
index 8045f1a389..31414beb47 100644
--- a/sca-java-2.x/trunk/itest/ws/contribution-callback-fullspec/src/main/resources/helloworld.composite
+++ b/sca-java-2.x/trunk/itest/ws/contribution-callback-fullspec/src/main/resources/helloworld.composite
@@ -43,7 +43,7 @@
<service name="HelloWorldCallbackService">
<binding.ws uri="http://localhost:8084/HelloWorldCallbackService"/>
<callback>
- <binding.ws uri="http://localhost:8085/HelloWorldService/HelloWorldCallback"/>
+ <binding.ws/>
</callback>
</service>
</component>