Author: antelder
Date: Mon Oct 16 12:01:49 2006
New Revision: 464626

URL: http://svn.apache.org/viewvc?view=rev&rev=464626
Log:
Change endpoint to match service

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

Modified: 
incubator/tuscany/java/samples/sca/helloworldwsclient/src/main/resources/wsdl/helloworld.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldwsclient/src/main/resources/wsdl/helloworld.wsdl?view=diff&rev=464626&r1=464625&r2=464626
==============================================================================
--- 
incubator/tuscany/java/samples/sca/helloworldwsclient/src/main/resources/wsdl/helloworld.wsdl
 (original)
+++ 
incubator/tuscany/java/samples/sca/helloworldwsclient/src/main/resources/wsdl/helloworld.wsdl
 Mon Oct 16 12:01:49 2006
@@ -118,7 +118,7 @@
 
     <wsdl:service name="HelloWorldService">
         <wsdl:port binding="tns:HelloWorldSoapBinding" 
name="HelloWorldSoapPort">
-            <wsdlsoap:address 
location="http://localhost:8080/sample-helloworldws-1.0-incubator-M2-SNAPSHOT/services/HelloWorldWebService"/>
+            <wsdlsoap:address 
location="http://localhost:8080/sample-helloworldws/services/HelloWorldWebService"/>
         </wsdl:port>
     </wsdl:service>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to