You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2006/05/15 10:42:36 UTC

svn commit: r406585 - /incubator/tuscany/java/samples/sca/helloworldjsclient/src/main/resources/sca.module

Author: antelder
Date: Mon May 15 01:42:36 2006
New Revision: 406585

URL: http://svn.apache.org/viewcvs?rev=406585&view=rev
Log:
fix snapshot/incubating-m1 endpoint

Modified:
    incubator/tuscany/java/samples/sca/helloworldjsclient/src/main/resources/sca.module

Modified: incubator/tuscany/java/samples/sca/helloworldjsclient/src/main/resources/sca.module
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/sca/helloworldjsclient/src/main/resources/sca.module?rev=406585&r1=406584&r2=406585&view=diff
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldjsclient/src/main/resources/sca.module (original)
+++ incubator/tuscany/java/samples/sca/helloworldjsclient/src/main/resources/sca.module Mon May 15 01:42:36 2006
@@ -43,7 +43,7 @@
     <externalService name="E4XHelloworldWS">
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)"/>
         <binding.ws 
-           uri="http://localhost:8080/sample-helloworlde4xws-SNAPSHOT/services/HelloWorldE4XWebService"
+           uri="http://localhost:8080/sample-helloworlde4xws-incubating-M1/services/HelloWorldE4XWebService"
            port="http://helloworld#wsdl.endpoint(HelloWorldService/HelloWorldSoapPort)"/>
     </externalService>