2002/ws/desc/test-suite/documents/good/MessageTest-1G SOAPservice.wsdl,1.10,1.11 TestHeader.xsd,1.1,NONE

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

Modified Files:
	SOAPservice.wsdl 
Removed Files:
	TestHeader.xsd 
Log Message:
Split wsoap:header tests into MessageTest-5G.

Index: SOAPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-1G/SOAPservice.wsdl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C 2 -d -r1.10 -r1.11
*** SOAPservice.wsdl	17 Nov 2006 16:59:04 -0000	1.10
--- SOAPservice.wsdl	18 Nov 2006 14:16:09 -0000	1.11
***************
*** 9,13 ****
      wire format of messages.  This testcase specificially exercises the SOAP Binding,
      including HTTP extensions to the SOAP Binding.  SOAP Response MEP and safety
!     testing has been moved to MessageTest-4G to work around logging issues.
      
      When running a test pass against this WSDL, each endpoint should be invoked in order, and 
--- 9,14 ----
      wire format of messages.  This testcase specificially exercises the SOAP Binding,
      including HTTP extensions to the SOAP Binding.  SOAP Response MEP and safety
!     testing has been moved to MessageTest-4G to work around logging issues.  SOAP Headers
!     have been moved to MessageTest-5G.
      
      When running a test pass against this WSDL, each endpoint should be invoked in order, and 
***************
*** 27,33 ****
        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"/>.
-     - A test SOAP header.  Identified by the QName tm:TestSOAPHeader where 
-       xmlns:tm="http://www.w3.org/2002/ws/desc/6/10/test-module", this empty header is inserted
-       when required by the wsdl.
    ]]></documentation>
  
--- 28,31 ----
***************
*** 180,194 ****
      <operation ref="tns:Send"
        wsoap:action="http://example.org/message-test/action/Send">
!       <input>
!         <wsoap:header element="tm:TestSOAPHeader" required="true"
!           xmlns:tm="http://www.w3.org/2002/ws/desc/6/10/test-module"/>        
!       </input>
      </operation>
      <operation ref="tns:GuaranteedFault"
        wsoap:action="http://example.org/message-test/action/GuaranteedFault">
!       <input>
!         <wsoap:header element="tm:TestSOAPHeader" required="true"
!           xmlns:tm="http://www.w3.org/2002/ws/desc/6/10/test-module"/>        
!       </input>
        <outfault ref="tns:MessageTestSimpleFault"/>
      </operation>
--- 178,186 ----
      <operation ref="tns:Send"
        wsoap:action="http://example.org/message-test/action/Send">
!       <input/>
      </operation>
      <operation ref="tns:GuaranteedFault"
        wsoap:action="http://example.org/message-test/action/GuaranteedFault">
!       <input/>
        <outfault ref="tns:MessageTestSimpleFault"/>
      </operation>

--- TestHeader.xsd DELETED ---

Received on Saturday, 18 November 2006 14:17:14 UTC