summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-sca-axis2-runtime/src/test/resources/simpleService/HelloWorld.composite
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-24 15:37:51 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-24 15:37:51 +0000
commit8d10ce8362b30f6db30a752c4a9e98e1a66fdfac (patch)
treed9be3755ade985790b6bcc9709f3cc41d4595f87 /java/sca/modules/binding-sca-axis2-runtime/src/test/resources/simpleService/HelloWorld.composite
parenta88bb82a47575abb4a143b799c3340b5dd39850a (diff)
Remove URIs from reference binding.sca to move these composites toward OASIS. service bindings changes to follow.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788053 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/binding-sca-axis2-runtime/src/test/resources/simpleService/HelloWorld.composite4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/modules/binding-sca-axis2-runtime/src/test/resources/simpleService/HelloWorld.composite b/java/sca/modules/binding-sca-axis2-runtime/src/test/resources/simpleService/HelloWorld.composite
index 53d586a3ad..f94b6d3ba0 100644
--- a/java/sca/modules/binding-sca-axis2-runtime/src/test/resources/simpleService/HelloWorld.composite
+++ b/java/sca/modules/binding-sca-axis2-runtime/src/test/resources/simpleService/HelloWorld.composite
@@ -70,8 +70,8 @@
<implementation.java class="org.apache.tuscany.sca.binding.sca.axis2.helloworld.impl.HelloWorldServiceRemoteImpl" />
<service name="HelloWorldServiceRemote">
<interface.java interface="org.apache.tuscany.sca.binding.sca.axis2.helloworld.HelloWorldServiceRemote" />
- <binding.ws uri="http://localhost:8085/BHelloWorldMultipleBindings/HelloWorldServiceRemote-wsbinding"/>
- <binding.sca uri="http://localhost:8085/BHelloWorldMultipleBindings/HelloWorldServiceRemote-scabinding"/>
+ <binding.ws name="wsBinding" uri="http://localhost:8085/BHelloWorldMultipleBindings/HelloWorldServiceRemote-wsbinding"/>
+ <binding.sca name="scaBinding" uri="http://localhost:8085/BHelloWorldMultipleBindings/HelloWorldServiceRemote-scabinding"/>
</service>
</component>