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/27 08:52:14 UTC

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

Author: jsdelfino
Date: Sun Feb 26 23:52:11 2006
New Revision: 381283

URL: http://svn.apache.org/viewcvs?rev=381283&view=rev
Log:
Changed WSDL to point to native Axis HelloWorld Web service - this sample is now working out of the box

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=381283&r1=381282&r2=381283&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 Sun Feb 26 23:52:11 2006
@@ -88,14 +88,13 @@
 
         <wsdl:port binding="impl:helloworldSoapBinding" name="helloworld">
 
-            <!-- Tuscany SCA Service -->
-            <wsdlsoap:address location="http://localhost:8080/tuscany-samples-helloworldws-service/services/HelloWorldService"/>
-
-
-            <!-- Axis Web Service -->
+            <!-- Tuscany SCA Service -->
             <!--
-                    <wsdlsoap:address location="http://localhost:8080/tuscany-samples-helloworldaxissvc/services/helloworld"/>
+            <wsdlsoap:address location="http://localhost:8080/tuscany-samples-helloworldws-service/services/HelloWorldService"/>
             -->
+
+            <!-- Axis Web Service -->
+            <wsdlsoap:address location="http://localhost:8080/helloworldaxissvc-SNAPSHOT/services/helloworld"/>
 
         </wsdl:port>