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/05/13 05:01:35 UTC

svn commit: r406004 - in /incubator/tuscany/java/testing/interop: clients/webserviceInteropDoc/src/main/resources/ clients/webserviceSOAPRound2/src/main/resources/ clients/webserviceXSQ/src/test/resources/ services/webserviceInteropDoc/src/main/resources/

Author: jsdelfino
Date: Fri May 12 20:01:35 2006
New Revision: 406004

URL: http://svn.apache.org/viewcvs?rev=406004&view=rev
Log:
Fix for TUSCANY-180, support the WSDL 2.0 syntax for specifying portTypes and ports

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=406004&r1=406003&r2=406004&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 Fri May 12 20:01:35 2006
@@ -25,14 +25,14 @@
     </component>
     
     <externalService name="RemoteInteropDocService">
-        <interface.wsdl interface="http://soapinterop.org/#DocTestPortType"/>
-        <binding.ws port="http://soapinterop.org/#interopDocPort"/>
+        <interface.wsdl interface="http://soapinterop.org/#wsdl.interface(DocTestPortType)"/>
+        <binding.ws port="http://soapinterop.org/#wsdl.endpoint(interopDocSvc/interopDocPort)"/>
     </externalService>
     
     <externalService name="LocalHostInteropDocService">
-        <interface.wsdl interface="http://soapinterop.org/#DocTestPortType"/>
+        <interface.wsdl interface="http://soapinterop.org/#wsdl.interface(DocTestPortType)"/>
         <binding.ws uri="http://localhost:8080/tuscany-testing-interop-service-webserviceInteropDoc-SNAPSHOT/services/InteropDocService"
-          port="http://soapinterop.org/#interopDocPort"/>
+          port="http://soapinterop.org/#wsdl.endpoint(interopDocSvc/interopDocPort)"/>
     </externalService>
     
 </module>

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=406004&r1=406003&r2=406004&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 Fri May 12 20:01:35 2006
@@ -21,8 +21,8 @@
     <import.wsdl wsdlLocation="wsdl/interoptestdoclit.wsdl"/>
 
     <externalService name="RemoteInteropDocService">
-        <interface.wsdl interface="http://soapinterop.org/WSDLInteropTestDocLit#WSDLInteropTestDocLitPortType"/>
-        <binding.ws port="http://soapinterop.org/WSDLInteropTestDocLit#WSDLInteropTestDocLitPort"/>
+        <interface.wsdl interface="http://soapinterop.org/WSDLInteropTestDocLit#wsdl.interface(WSDLInteropTestDocLitPortType)"/>
+        <binding.ws port="http://soapinterop.org/WSDLInteropTestDocLit#wsdl.endpoint(WSDLInteropTestDocLitService/WSDLInteropTestDocLitPort)"/>
     </externalService>
     
 </module>

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=406004&r1=406003&r2=406004&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 Fri May 12 20:01:35 2006
@@ -22,8 +22,8 @@
     <import.wsdl wsdlLocation="wsdl/sq.wsdl"/>
 
     <externalService name="webserviceXSQ">
-        <interface.wsdl interface="http://www.webserviceX.NET/#StockQuoteSoap"/>
-        <binding.ws port="http://www.webserviceX.NET/#StockQuoteSoap"/>
+        <interface.wsdl interface="http://www.webserviceX.NET/#wsdl.interface(StockQuoteSoap)"/>
+        <binding.ws port="http://www.webserviceX.NET/#wsdl.endpoint(StockQuote/StockQuoteSoap)"/>
     </externalService>
 
 </module>

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=406004&r1=406003&r2=406004&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 Fri May 12 20:01:35 2006
@@ -22,8 +22,8 @@
     <import.wsdl wsdlLocation="wsdl/interopdoc.wsdl"/>
 		
     <entryPoint name="InteropDocService">
-       <interface.wsdl interface="http://soapinterop.org/#DocTestPortType"/>
-        <binding.ws port="http://soapinterop.org/#interopDocPort"/>
+       <interface.wsdl interface="http://soapinterop.org/#wsdl.interface(DocTestPortType)"/>
+        <binding.ws port="http://soapinterop.org/#wsdl.endpoint(interopDocSvc/interopDocPort)"/>
         <reference>InteropDocServiceComponent/DocTestPortType</reference>
     </entryPoint>