- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 17 Nov 2006 16:59:06 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-1G In directory hutz:/tmp/cvs-serv26826/test-suite/documents/good/MessageTest-1G Modified Files: SOAPservice.wsdl Log Message: Split SOAP Response-dependent operation out of MessageTest-1G into MessageTest-4G. Index: SOAPservice.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-1G/SOAPservice.wsdl,v retrieving revision 1.9 retrieving revision 1.10 diff -C 2 -d -r1.9 -r1.10 *** SOAPservice.wsdl 14 Nov 2006 18:36:27 -0000 1.9 --- SOAPservice.wsdl 17 Nov 2006 16:59:04 -0000 1.10 *************** *** 8,12 **** This test is part of a set representing functionality manifesting changes in the wire format of messages. This testcase specificially exercises the SOAP Binding, ! including HTTP extensions to the SOAP Binding. When running a test pass against this WSDL, each endpoint should be invoked in order, and --- 8,13 ---- This test is part of a set representing functionality manifesting changes in the 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 *************** *** 15,19 **** EchoString - simple string echoing in-out operation. EchoStringFault - simple sting echoing in-out operation, but defined to return a fault. - EchoString2 - clone of EchoString, marked as safe, allowing alternate binding details EchoInt - simple int echoing in-out operation. EchoIntSimpleFault - simple int echoing in-out operation, but defined to return a simple fault. --- 16,19 ---- *************** *** 69,79 **** and the integer input that caused the fault when a fault is thrown.</documentation> </fault> ! <operation name="EchoString2" pattern="http://www.w3.org/2006/01/wsdl/in-out" wsdlx:safe="true"> ! <documentation>Simple echo service - pass in a string, get that string back. Duplicate ! of EchoString allowing alternate binding parameters to be tested.</documentation> ! <input element="xsmt:echoString2"/> ! <output element="xsmt:echoString2Return"/> ! </operation> ! <operation name="EchoInt" pattern="http://www.w3.org/2006/01/wsdl/in-out" style="http://www.w3.org/2006/01/wsdl/style/iri"> <documentation>This operation returns the same int it is given. This operation is --- 69,73 ---- and the integer input that caused the fault when a fault is thrown.</documentation> </fault> ! <operation name="EchoInt" pattern="http://www.w3.org/2006/01/wsdl/in-out" style="http://www.w3.org/2006/01/wsdl/style/iri"> <documentation>This operation returns the same int it is given. This operation is *************** *** 131,135 **** This SOAP 1.2/HTTP binding binds the ComplexEcho service while exercising the following facilities of the SOAP binding: ! - Request-response and Response SOAP MEPs. - SOAP fault codes and list of subcodes - Unique SOAP Action for each operation --- 125,129 ---- This SOAP 1.2/HTTP binding binds the ComplexEcho service while exercising the following facilities of the SOAP binding: ! - Request-response SOAP MEPs. - SOAP fault codes and list of subcodes - Unique SOAP Action for each operation *************** *** 159,170 **** <outfault ref="tns:MessageTestSimpleFault"/> </operation> - <operation ref="tns:EchoString2" - wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/" - wsoap:action="http://example.org/message-test/action/EchoString2"> - <input/> - <output> - <wsoap:module ref="http://www.w3.org/2002/ws/desc/6/10/test-module"/> - </output> - </operation> <operation ref="tns:EchoInt" wsoap:action="http://example.org/message-test/action/EchoInt"> --- 153,156 ---- *************** *** 256,265 **** <outfault ref="tns:MessageTestSimpleFault"/> </operation> - <operation ref="tns:EchoString2" - wsoap:action="http://example.org/message-test/action/EchoString2" - whttp:transferCodingDefault=""> - <input whttp:transferCoding="compress"/> - <output whttp:transferCoding="compress"/> - </operation> <operation ref="tns:EchoInt" wsoap:action="http://example.org/message-test/action/EchoInt" --- 242,245 ----
Received on Friday, 17 November 2006 16:59:19 UTC