You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/02/28 10:33:17 UTC

svn commit: r381607 - /incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/wsdl/helloworld.wsdl

Author: jsdelfino
Date: Tue Feb 28 01:33:15 2006
New Revision: 381607

URL: http://svn.apache.org/viewcvs?rev=381607&view=rev
Log:
fixed port number in wsdl file

Modified:
    incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/wsdl/helloworld.wsdl

Modified: incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/wsdl/helloworld.wsdl
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/wsdl/helloworld.wsdl?rev=381607&r1=381606&r2=381607&view=diff
==============================================================================
--- incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/wsdl/helloworld.wsdl (original)
+++ incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/wsdl/helloworld.wsdl Tue Feb 28 01:33:15 2006
@@ -89,7 +89,7 @@
         <wsdl:port binding="impl:helloworldSoapBinding" name="helloworld">
 
             <!-- Tuscany SCA Service -->
-            <wsdlsoap:address location="http://localhost:8081/tuscany-samples-helloworldws-service/services/HelloWorldService"/>
+            <wsdlsoap:address location="http://localhost:8080/tuscany-samples-helloworldws-service/services/HelloWorldService"/>
 
             <!-- Axis Web Service -->
             <!--