2002/ws/desc/test-suite/documents/good/Import-1G XSDImport.wsdl,1.2,1.3

Update of /sources/public/2002/ws/desc/test-suite/documents/good/Import-1G
In directory hutz:/tmp/cvs-serv21427/test-suite/documents/good/Import-1G

Modified Files:
	XSDImport.wsdl 
Log Message:
Updated WSDL 2.0 namespaces to 2005/08 version. Begin work on test suite coverage reports.

Index: XSDImport.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/Import-1G/XSDImport.wsdl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** XSDImport.wsdl	1 May 2005 15:04:02 -0000	1.2
--- XSDImport.wsdl	9 Nov 2005 19:36:36 -0000	1.3
***************
*** 3,10 ****
      targetNamespace="http://example.org/XSDImport" 
      xmlns:name="http://example.org/name" 
!     xmlns:wsdl="http://www.w3.org/2005/05/wsdl" 
      xmlns:xs="http://www.w3.org/2001/XMLSchema"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
!     xsi:schemaLocation="http://www.w3.org/2005/05/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd">
    
      <wsdl:documentation>
--- 3,10 ----
      targetNamespace="http://example.org/XSDImport" 
      xmlns:name="http://example.org/name" 
!     xmlns:wsdl="http://www.w3.org/2005/08/wsdl" 
      xmlns:xs="http://www.w3.org/2001/XMLSchema"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
!     xsi:schemaLocation="http://www.w3.org/2005/08/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd">
    
      <wsdl:documentation>
***************
*** 18,22 ****
          
      <wsdl:interface name="Names">
!         <wsdl:operation name="getNameFromSIN" pattern="http://www.w3.org/2005/05/wsdl/in-out">
              <wsdl:input element="name:SIN"/>
              <wsdl:output element="name:Name"/>
--- 18,22 ----
          
      <wsdl:interface name="Names">
!         <wsdl:operation name="getNameFromSIN" pattern="http://www.w3.org/2005/08/wsdl/in-out">
              <wsdl:input element="name:SIN"/>
              <wsdl:output element="name:Name"/>

Received on Wednesday, 9 November 2005 19:37:00 UTC