summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/helloworld.composite
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/helloworld.composite')
-rw-r--r--sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/helloworld.composite4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/helloworld.composite
index b2f920739a..8d0c7bf9ff 100644
--- a/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/helloworld.composite
+++ b/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/helloworld.composite
@@ -25,10 +25,10 @@
<component name="HelloWorldService">
<implementation.java class="org.apache.tuscany.sca.binding.ws.HelloWorldImpl"/>
<service name="HelloWorld">
- <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"/>
+ <binding.ws wsdlElement="http://ws.binding.sca.tuscany.apache.org/#wsdl.port(HelloWorldImplService/HelloWorldImplPort)"/>
</service>
<reference name="helloWorldExternal">
- <binding.ws wsdlElement="http://helloworld/external#wsdl.port(HelloWorldService/HelloWorldSoapPort)"/>
+ <binding.ws wsdlElement="http://helloworld/external#wsdl.port(HelloWorldServiceService/HelloWorldServicePort)"/>
</reference>
</component>