diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-11 20:06:32 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-11 20:06:32 +0000 |
commit | bbd92d91b94300814f490a0955710b8c861df296 (patch) | |
tree | 1185d059827df2fbccf35aada5d461734eea22ac /sandbox/travelsample/contributions/interaction-service-remote/src/main/resources/service.composite | |
parent | bbacdb58adb7093ef32f90617b82ea741bc28fba (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/interaction-service-remote/src/main/resources/service.composite | 4 |
1 files changed, 2 insertions, 2 deletions
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> |