summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/ws-jaxws/java-first-contribution/src/main
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-03-25 17:26:31 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-03-25 17:26:31 +0000
commit2c8f818d7f533539bb3242f764999d85d80f0869 (patch)
tree417afcb675dfdbe27354be78c6f3c977607870a8 /sca-java-2.x/trunk/itest/ws-jaxws/java-first-contribution/src/main
parentb5c4ab591572b056a37fdeb890c458c3de0c2d69 (diff)
Create a WSDL first as a copy of the java-first contribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927512 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/ws-jaxws/java-first-contribution/src/main')
-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>