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 2007/04/17 20:16:59 UTC

svn commit: r529700 - /incubator/tuscany/java/sca/itest/wsdl/src/main/resources/test.composite

Author: antelder
Date: Tue Apr 17 11:16:57 2007
New Revision: 529700

URL: http://svn.apache.org/viewvc?view=rev&rev=529700
Log:
Update for correct service URIs

Modified:
    incubator/tuscany/java/sca/itest/wsdl/src/main/resources/test.composite

Modified: incubator/tuscany/java/sca/itest/wsdl/src/main/resources/test.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/wsdl/src/main/resources/test.composite?view=diff&rev=529700&r1=529699&r2=529700
==============================================================================
--- incubator/tuscany/java/sca/itest/wsdl/src/main/resources/test.composite (original)
+++ incubator/tuscany/java/sca/itest/wsdl/src/main/resources/test.composite Tue Apr 17 11:16:57 2007
@@ -36,7 +36,7 @@
     <reference name="Component3a4aRef" promote="Component3a4a/comp" >
         <interface.java interface="helloworld.HelloWorldService" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-                    uri="http://localhost:8080/HelloWorldWebService" />
+                    uri="http://localhost:8080/HelloWorldServiceComponent" />
     </reference>
 
 <!-- the servive -->    
@@ -62,7 +62,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1a2a3a4a" />
+			uri="http://localhost:8080/Component2a3a4a" />
     </reference>
     
 </composite>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org