You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/04/20 12:06:40 UTC

svn commit: r935853 - /tuscany/sca-java-2.x/trunk/itest/ws-jaxws/contribution-java-first/src/main/resources/helloworld-external-service.wsdl

Author: slaws
Date: Tue Apr 20 10:06:39 2010
New Revision: 935853

URL: http://svn.apache.org/viewvc?rev=935853&view=rev
Log:
Correct URL in WSDL. Not actually used as java first scenario specifies URL in composite but we would expect it to be completed. 

Modified:
    tuscany/sca-java-2.x/trunk/itest/ws-jaxws/contribution-java-first/src/main/resources/helloworld-external-service.wsdl

Modified: tuscany/sca-java-2.x/trunk/itest/ws-jaxws/contribution-java-first/src/main/resources/helloworld-external-service.wsdl
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/ws-jaxws/contribution-java-first/src/main/resources/helloworld-external-service.wsdl?rev=935853&r1=935852&r2=935853&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/ws-jaxws/contribution-java-first/src/main/resources/helloworld-external-service.wsdl (original)
+++ tuscany/sca-java-2.x/trunk/itest/ws-jaxws/contribution-java-first/src/main/resources/helloworld-external-service.wsdl Tue Apr 20 10:06:39 2010
@@ -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>