diff options
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> |