summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/samples/callback-ws-client/src/main/resources/myapp.composite
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-03 15:39:32 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-03 15:39:32 +0000
commitb1f67f49a6ed3e024278f88c5575eb53cee44e63 (patch)
tree74ef020aeda18973c25b6dc0649adabcfcb7768f /branches/sca-java-1.3/samples/callback-ws-client/src/main/resources/myapp.composite
parent15edefdfc3b87b4af8734566c3e4530ab9e0d8f6 (diff)
TUSCANY-2417: fix callback-ws sample to work by using explicit callback uri
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673714 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.3/samples/callback-ws-client/src/main/resources/myapp.composite2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.3/samples/callback-ws-client/src/main/resources/myapp.composite b/branches/sca-java-1.3/samples/callback-ws-client/src/main/resources/myapp.composite
index 7c0dd1f5dc..5b776d6df8 100644
--- a/branches/sca-java-1.3/samples/callback-ws-client/src/main/resources/myapp.composite
+++ b/branches/sca-java-1.3/samples/callback-ws-client/src/main/resources/myapp.composite
@@ -28,7 +28,7 @@
callbackInterface="myserver.MyServiceCallback" />
<binding.ws uri="http://localhost:8086/MyServiceComponent" />
<callback>
- <binding.ws />
+ <binding.ws uri="http://localhost:8087/MyServiceComponentCB"/>
</callback>
</reference>
</component>