summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions/fullapp-bespoketrip
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/travelsample/contributions/fullapp-bespoketrip
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/travelsample/contributions/fullapp-bespoketrip')
-rw-r--r--sandbox/travelsample/contributions/fullapp-bespoketrip/src/main/resources/scatours.composite6
1 files changed, 3 insertions, 3 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"/>