Author: jsdelfino
Date: Tue May  9 21:29:57 2006
New Revision: 405632

URL: http://svn.apache.org/viewcvs?rev=405632&view=rev
Log:
import.wsdl and import.sdo do not require a namespace to be specified

Modified:
    
incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/src/main/resources/sca.module
    
incubator/tuscany/java/testing/interop/clients/webserviceSOAPRound2/src/main/resources/sca.module
    
incubator/tuscany/java/testing/interop/clients/webserviceXSQ/src/test/resources/sca.module
    
incubator/tuscany/java/testing/interop/services/webserviceInteropDoc/src/main/resources/sca.module

Modified: 
incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/src/main/resources/sca.module
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/src/main/resources/sca.module?rev=405632&r1=405631&r2=405632&view=diff
==============================================================================
--- 
incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/src/main/resources/sca.module
 (original)
+++ 
incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/src/main/resources/sca.module
 Tue May  9 21:29:57 2006
@@ -18,7 +18,7 @@
         name="interop.client">
 
     <import.sdo factory="org.soapinterop.SoapinteropFactory"/>
-    <import.wsdl location="wsdl/interopdoc.wsdl" 
namespace="http://soapinterop.org/"/>
+    <import.wsdl wsdlLocation="wsdl/interopdoc.wsdl"/>
 
     <component name="LoopbackInteropDocServiceComponent">
         <implementation.java 
class="org.apache.tuscany.test.interop.client.LoopbackInteropDocServiceComponentImpl"/>

Modified: 
incubator/tuscany/java/testing/interop/clients/webserviceSOAPRound2/src/main/resources/sca.module
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/interop/clients/webserviceSOAPRound2/src/main/resources/sca.module?rev=405632&r1=405631&r2=405632&view=diff
==============================================================================
--- 
incubator/tuscany/java/testing/interop/clients/webserviceSOAPRound2/src/main/resources/sca.module
 (original)
+++ 
incubator/tuscany/java/testing/interop/clients/webserviceSOAPRound2/src/main/resources/sca.module
 Tue May  9 21:29:57 2006
@@ -18,7 +18,7 @@
     name="InteropClient">
 
     <import.sdo factory="org.soapinterop.xsd.XsdFactory"/>
-    <import.wsdl location="wsdl/interoptestdoclit.wsdl" 
namespace="http://soapinterop.org/WSDLInteropTestDocLit"/>
+    <import.wsdl wsdlLocation="wsdl/interoptestdoclit.wsdl"/>
 
     <externalService name="RemoteInteropDocService">
         <interface.wsdl 
interface="http://soapinterop.org/WSDLInteropTestDocLit#WSDLInteropTestDocLitPortType"/>

Modified: 
incubator/tuscany/java/testing/interop/clients/webserviceXSQ/src/test/resources/sca.module
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/interop/clients/webserviceXSQ/src/test/resources/sca.module?rev=405632&r1=405631&r2=405632&view=diff
==============================================================================
--- 
incubator/tuscany/java/testing/interop/clients/webserviceXSQ/src/test/resources/sca.module
 (original)
+++ 
incubator/tuscany/java/testing/interop/clients/webserviceXSQ/src/test/resources/sca.module
 Tue May  9 21:29:57 2006
@@ -19,7 +19,7 @@
         name="webserviceXSQ">
 
     <import.sdo wsdlLocation="wsdl/sq.wsdl"/>
-    <import.wsdl location="wsdl/sq.wsdl" 
namespace="http://www.webserviceX.NET/"/>
+    <import.wsdl wsdlLocation="wsdl/sq.wsdl"/>
 
     <externalService name="webserviceXSQ">
         <interface.wsdl 
interface="http://www.webserviceX.NET/#StockQuoteSoap"/>

Modified: 
incubator/tuscany/java/testing/interop/services/webserviceInteropDoc/src/main/resources/sca.module
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/interop/services/webserviceInteropDoc/src/main/resources/sca.module?rev=405632&r1=405631&r2=405632&view=diff
==============================================================================
--- 
incubator/tuscany/java/testing/interop/services/webserviceInteropDoc/src/main/resources/sca.module
 (original)
+++ 
incubator/tuscany/java/testing/interop/services/webserviceInteropDoc/src/main/resources/sca.module
 Tue May  9 21:29:57 2006
@@ -19,7 +19,7 @@
         name="interop.server">
 
     <import.sdo factory="org.soapinterop.SoapinteropFactory"/>
-    <import.wsdl location="wsdl/interopdoc.wsdl" 
namespace="http://soapinterop.org/"/>
+    <import.wsdl wsdlLocation="wsdl/interopdoc.wsdl"/>
                
     <entryPoint name="InteropDocService">
        <interface.wsdl interface="http://soapinterop.org/#DocTestPortType"/>


Reply via email to