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 05:23:26 UTC

svn commit: r381256 - in /incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources: sca.module tuscany-model.config

Author: jsdelfino
Date: Sun Feb 26 20:23:21 2006
New Revision: 381256

URL: http://svn.apache.org/viewcvs?rev=381256&view=rev
Log:
replaced old tuscany-model.config by an import.wsdl in sca.module

Removed:
    incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/tuscany-model.config
Modified:
    incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/sca.module

Modified: incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/sca.module
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/sca.module?rev=381256&r1=381255&r2=381256&view=diff
==============================================================================
--- incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/sca.module (original)
+++ incubator/tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/sca.module Sun Feb 26 20:23:21 2006
@@ -31,6 +31,10 @@
         <interface.java interface="org.apache.tuscany.samples.helloworldwsclient.HelloWorldServiceComponent"/>
         <binding.ws port="http://helloworldaxis.samples.tuscany.apache.org#wsdl.endpoint(HelloWorldServiceImplService/helloworldws)"/>
         -->
-    </externalService>
+    </externalService>
+    
+    <import.wsdl
+		location="wsdl/helloworld.wsdl"
+		namespace="http://helloworldaxis.samples.tuscany.apache.org"/>
 
 </module>