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