summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/ws-jaxws/contribution-java-first/src/main/resources
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-04-20 10:06:39 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-04-20 10:06:39 +0000
commita699e121ad521b3505940cc0465ed5fd7225c08d (patch)
tree8a5eb2f5b71b7c8bf5740603040960eb67715d33 /sca-java-2.x/trunk/itest/ws-jaxws/contribution-java-first/src/main/resources
parent32d8aca08ccd05fe784ba64cc71cfadce66c065d (diff)
Correct URL in WSDL. Not actually used as java first scenario specifies URL in composite but we would expect it to be completed.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935853 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/ws-jaxws/contribution-java-first/src/main/resources')
-rw-r--r--sca-java-2.x/trunk/itest/ws-jaxws/contribution-java-first/src/main/resources/helloworld-external-service.wsdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/itest/ws-jaxws/contribution-java-first/src/main/resources/helloworld-external-service.wsdl b/sca-java-2.x/trunk/itest/ws-jaxws/contribution-java-first/src/main/resources/helloworld-external-service.wsdl
index 900d6c0c93..b84369d2b4 100644
--- a/sca-java-2.x/trunk/itest/ws-jaxws/contribution-java-first/src/main/resources/helloworld-external-service.wsdl
+++ b/sca-java-2.x/trunk/itest/ws-jaxws/contribution-java-first/src/main/resources/helloworld-external-service.wsdl
@@ -32,7 +32,7 @@
</binding>
<service name="HelloWorldServiceService">
<port name="HelloWorldServicePort" binding="tns:HelloWorldServicePortBinding">
- <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
+ <soap:address location="http://localhost:8086/External/HelloWorld"/>
</port>
</service>
</definitions>