- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 18 Nov 2006 14:16:12 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/ModuleComposition-1G
In directory hutz:/tmp/cvs-serv23485/test-suite/documents/good/ModuleComposition-1G
Modified Files:
SOAPservice.wsdl
Log Message:
Split wsoap:header tests into MessageTest-5G.
Index: SOAPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ModuleComposition-1G/SOAPservice.wsdl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** SOAPservice.wsdl 18 Nov 2006 13:22:57 -0000 1.1
--- SOAPservice.wsdl 18 Nov 2006 14:16:09 -0000 1.2
***************
*** 10,21 ****
When running a test pass against this WSDL, each endpoint should be invoked in order, and
each operation within the interface bound by that binding should be invoked in the order
! it appears in the interface, extended interfaces first. Thus the order will be:
! EchoString - simple string echoing in-out operation.
! EchoStringFault - simple sting echoing in-out operation, but defined to return a fault.
! EchoInt - simple int echoing in-out operation.
! EchoIntSimpleFault - simple int echoing in-out operation, but defined to return a simple fault.
! EchoIntFault - simple int echoing in-out operation, but define to return a complex fault structure.
! Send - one-way operation sending arbitrary XML payload.
! GuaranteedFault - robust-one-way operation, defined to return a simple fault.
This test scenario defines the following test SOAP modules, support for which is necessary if
--- 10,14 ----
When running a test pass against this WSDL, each endpoint should be invoked in order, and
each operation within the interface bound by that binding should be invoked in the order
! it appears in the interface, extended interfaces first.
This test scenario defines the following test SOAP modules, support for which is necessary if
***************
*** 129,133 ****
</operation>
<operation ref="tns:EchoStringInFault"
! wsoap:action="http://example.org/message-test/action/EchoStringFault">
<wsoap:module required="true" ref="http://www.w3.org/2002/ws/desc/6/10/test-module-2"/>
<input/>
--- 122,126 ----
</operation>
<operation ref="tns:EchoStringInFault"
! wsoap:action="http://example.org/message-test/action/EchoStringInFault">
<wsoap:module required="true" ref="http://www.w3.org/2002/ws/desc/6/10/test-module-2"/>
<input/>
***************
*** 139,143 ****
</operation>
<operation ref="tns:EchoStringOutFault"
! wsoap:action="http://example.org/message-test/action/EchoStringFault">
<wsoap:module required="true" ref="http://www.w3.org/2002/ws/desc/6/10/test-module-2"/>
<input/>
--- 132,136 ----
</operation>
<operation ref="tns:EchoStringOutFault"
! wsoap:action="http://example.org/message-test/action/EchoStringOutFault">
<wsoap:module required="true" ref="http://www.w3.org/2002/ws/desc/6/10/test-module-2"/>
<input/>
Received on Saturday, 18 November 2006 14:17:20 UTC