summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-11 20:06:32 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-11 20:06:32 +0000
commitbbd92d91b94300814f490a0955710b8c861df296 (patch)
tree1185d059827df2fbccf35aada5d461734eea22ac /sandbox
parentbbacdb58adb7093ef32f90617b82ea741bc28fba (diff)
Remove statically configured callback service binding URIs (provided dynamically with the forward call)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814008 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/travelsample/contributions/fullapp-bespoketrip/src/main/resources/scatours.composite6
-rw-r--r--sandbox/travelsample/contributions/fullapp-packagedtrip/src/main/resources/scatours.composite2
-rw-r--r--sandbox/travelsample/contributions/interaction-service-remote/src/main/resources/service.composite4
3 files changed, 6 insertions, 6 deletions
diff --git a/sandbox/travelsample/contributions/fullapp-bespoketrip/src/main/resources/scatours.composite b/sandbox/travelsample/contributions/fullapp-bespoketrip/src/main/resources/scatours.composite
index d746337917..741081c653 100644
--- a/sandbox/travelsample/contributions/fullapp-bespoketrip/src/main/resources/scatours.composite
+++ b/sandbox/travelsample/contributions/fullapp-bespoketrip/src/main/resources/scatours.composite
@@ -28,7 +28,7 @@
<binding.ws name="searchws" uri="http://localhost:8086/Hotel/Search"/>
<!-- tuscany:binding.jsonrpc name="searchjsonrpc"/-->
<callback>
- <binding.ws uri="http://localhost:8084/Hotel/SearchCallback"/>
+ <binding.ws/>
</callback>
</service>
<service name="Book"/>
@@ -42,7 +42,7 @@
<binding.ws name="searchws" uri="http://localhost:8086/Flight/Search"/>
<tuscany:binding.jsonrpc name="searchjsonrpc"/>
<callback>
- <binding.ws uri="http://localhost:8084/Flight/SearchCallback"/>
+ <binding.ws/>
</callback>
</service>
<service name="Book"/>
@@ -54,7 +54,7 @@
<binding.ws name="searchws" uri="http://localhost:8086/Car/Search"/>
<tuscany:binding.jsonrpc name="searchjsonrpc"/>
<callback>
- <binding.ws uri="http://localhost:8084/Car/SearchCallback"/>
+ <binding.ws/>
</callback>
</service>
<service name="Book"/>
diff --git a/sandbox/travelsample/contributions/fullapp-packagedtrip/src/main/resources/scatours.composite b/sandbox/travelsample/contributions/fullapp-packagedtrip/src/main/resources/scatours.composite
index 0bd670c1a4..1a03021199 100644
--- a/sandbox/travelsample/contributions/fullapp-packagedtrip/src/main/resources/scatours.composite
+++ b/sandbox/travelsample/contributions/fullapp-packagedtrip/src/main/resources/scatours.composite
@@ -28,7 +28,7 @@
<binding.ws name="searchws" uri="http://localhost:8085/Trip/Search"/>
<tuscany:binding.jsonrpc name="searchjsonrpc"/>
<callback>
- <binding.ws uri="http://localhost:8084/Trip/SearchCallback"/>
+ <binding.ws/>
</callback>
</service>
<service name="Book"/>
diff --git a/sandbox/travelsample/contributions/interaction-service-remote/src/main/resources/service.composite b/sandbox/travelsample/contributions/interaction-service-remote/src/main/resources/service.composite
index ceeeacd49d..0f368da1ed 100644
--- a/sandbox/travelsample/contributions/interaction-service-remote/src/main/resources/service.composite
+++ b/sandbox/travelsample/contributions/interaction-service-remote/src/main/resources/service.composite
@@ -28,7 +28,7 @@
callbackInterface="com.tuscanyscatours.common.SearchCallback"/>
<binding.ws uri="http://localhost:8081/Hotel/Search"/>
<callback>
- <binding.ws name="callback" uri="http://localhost:8080/Client/SearchCallback"/>
+ <binding.ws name="callback"/>
</callback>
</service>
</component>
@@ -40,7 +40,7 @@
callbackInterface="com.tuscanyscatours.common.SearchCallback"/>
<binding.ws uri="http://localhost:8081/Hotel/SearchConversational"/>
<callback>
- <binding.ws name="callback" uri="http://localhost:8080/Client/SearchCallbackConversational"/>
+ <binding.ws name="callback"/>
</callback>
</service>
</component>