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