2002/ws/desc/test-suite/documents/good/MessageTest-5G SOAPservice.wsdl,1.2,1.3 TestHeader.xsd,1.1,1.2

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

Modified Files:
	SOAPservice.wsdl TestHeader.xsd 
Log Message:
Corrected TestHeader comments in the WSDL, provided a more realistic content model for TestHeader in the schema.

Index: SOAPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-5G/SOAPservice.wsdl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** SOAPservice.wsdl	20 Dec 2006 17:20:09 -0000	1.2
--- SOAPservice.wsdl	22 Jan 2007 09:26:19 -0000	1.3
***************
*** 18,22 ****
      - A test SOAP module.  Identified by the URI http://www.w3.org/2002/ws/desc/6/10/test-module, 
        this module simply inserts an empty header in messages where the module is in effect. 
!       The header is of the form <module-test xmlns="http://www.w3.org/2002/ws/desc/6/10/test-module"/>.
   ]]></documentation>
    <types>
--- 18,22 ----
      - A test SOAP module.  Identified by the URI http://www.w3.org/2002/ws/desc/6/10/test-module, 
        this module simply inserts an empty header in messages where the module is in effect. 
!       The header is of the form <TestSOAPHeader xmlns="http://www.w3.org/2002/ws/desc/6/10/test-module"/>.
   ]]></documentation>
    <types>

Index: TestHeader.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-5G/TestHeader.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** TestHeader.xsd	18 Nov 2006 14:16:09 -0000	1.1
--- TestHeader.xsd	22 Jan 2007 09:26:19 -0000	1.2
***************
*** 2,5 ****
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:test="http://www.w3.org/2002/ws/desc/6/10/test-module">
!   <xs:element name="TestSOAPHeader"/>
  </xs:schema>
--- 2,13 ----
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:test="http://www.w3.org/2002/ws/desc/6/10/test-module">
!   <xs:element name="TestSOAPHeader">
!     <xs:complexType>
!       <xs:complexContent>
!         <xs:restriction base="xs:anyType">
! 	      <xs:anyAttribute namespace='##other' processContents='lax' />
!         </xs:restriction>
!       </xs:complexContent>
!     </xs:complexType>
!   </xs:element>
  </xs:schema>

Received on Monday, 22 January 2007 09:26:29 UTC