2002/ws/desc/test-suite/documents/good/MessageTest-3G HTTPservice.wsdl,1.4,1.5

Update of /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-3G
In directory hutz:/tmp/cvs-serv32428/test-suite/documents/good/MessageTest-3G

Modified Files:
	HTTPservice.wsdl 
Log Message:
Corrected errors in the WSDL 2.0 schemas for soap and http. Corrected multiple errors in test cases. Eliminated documents/bad/RPC-16B since it failed schema validation. 

Index: HTTPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-3G/HTTPservice.wsdl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** HTTPservice.wsdl	2 Nov 2006 22:22:13 -0000	1.4
--- HTTPservice.wsdl	11 Nov 2006 23:12:39 -0000	1.5
***************
*** 2,6 ****
      targetNamespace="http://example.org/message-test" xmlns:tns="http://example.org/message-test"
      xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap" xmlns:whttp="http://www.w3.org/2006/01/wsdl/http" 
!     xmlns:xsmt="http://example.org/message-test/xsd" xmlns:wsdlx="http://www.w3.org/2006/01/wsdl-extensions">
  
    <documentation><![CDATA[
--- 2,7 ----
      targetNamespace="http://example.org/message-test" xmlns:tns="http://example.org/message-test"
      xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap" xmlns:whttp="http://www.w3.org/2006/01/wsdl/http" 
!     xmlns:xsmt="http://example.org/message-test/xsd" xmlns:wsdlx="http://www.w3.org/2006/01/wsdl-extensions"
!     xmlns:xs="http://www.w3.org/2001/XMLSchema">
  
    <documentation><![CDATA[
***************
*** 29,33 ****
  
    <types>
!     <import xmlns="http://www.w3.org/2001/XMLSchema" schemaLocation="servicetypes.xsd"
        namespace="http://example.org/message-test/xsd"/>
    </types>
--- 30,34 ----
  
    <types>
!     <xs:import schemaLocation="servicetypes.xsd"
        namespace="http://example.org/message-test/xsd"/>
    </types>

Received on Saturday, 11 November 2006 23:12:49 UTC