- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 02 Feb 2007 01:19:06 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/Echo-2G In directory hutz:/tmp/cvs-serv8455/test-suite/documents/good/Echo-2G Modified Files: echo.wsdl Log Message: Changed wsdl-xslt to match CR145 resolution. Updated baselines (Sparql*). Checked in new testcase SOAPHeader-1G. Updated baselines. Removed inappropriate infault and outfault elements from Echo-2G, added an infault/wsoap:module to complete test coverage results. Fixed coverage.xsl summary (numbers listed as percentages were totals, adding up to more than 100%). Regenerated all results. Index: echo.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/Echo-2G/echo.wsdl,v retrieving revision 1.2 retrieving revision 1.3 diff -C 2 -d -r1.2 -r1.3 *** echo.wsdl 16 Nov 2006 23:29:43 -0000 1.2 --- echo.wsdl 2 Feb 2007 01:19:04 -0000 1.3 *************** *** 11,14 **** --- 11,20 ---- This test contains simple echo operations which can be used for iteroperability testing. + + This test scenario defines the following test SOAP modules, support for which is necessary if + messages are to be tested. + - 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> *************** *** 52,56 **** <output element="wwis:echoStringResponse" messageLabel="Out" /> - <infault ref="tns:echoFault" messageLabel="In" /> <outfault ref="tns:echoFault" messageLabel="Out" /> </operation> --- 58,61 ---- *************** *** 60,64 **** <input element="wwis:echoXML" messageLabel="In" /> <output element="wwis:echoXMLResponse" messageLabel="Out" /> - <infault ref="tns:echoFault" messageLabel="In" /> <outfault ref="tns:echoFault" messageLabel="Out" /> </operation> --- 65,68 ---- *************** *** 68,71 **** --- 72,76 ---- <input element="wwis:echoXML" messageLabel="In" /> <output element="#other" messageLabel="Out"/> + <outfault ref="tns:echoFault" messageLabel="Out" /> </operation> *************** *** 73,77 **** name="echoXMLThree"> <output element="wwis:echoXML" messageLabel="Out" /> - <output element="#other" /> </operation> --- 78,81 ---- *************** *** 80,83 **** --- 84,88 ---- <input element="wwis:echoXML" messageLabel="In" /> <output element="#none" messageLabel="Out"/> + <infault ref="tns:echoFault" messageLabel="In" /> </operation> *************** *** 92,96 **** <output element="#none" /> <infault ref="tns:echoFault" messageLabel="In" /> - <outfault ref="tns:echoFault" messageLabel="Out" /> </operation> --- 97,100 ---- *************** *** 128,133 **** <input messageLabel="In" /> <output messageLabel="Out"/> ! <infault ref="tns:echoFault" messageLabel="In" /> ! <outfault ref="tns:echoFault" messageLabel="Out" /> </operation> </binding> --- 132,138 ---- <input messageLabel="In" /> <output messageLabel="Out"/> ! <infault ref="tns:echoFault" messageLabel="In"> ! <wsoap:module required="false" ref="http://www.w3.org/2002/ws/desc/6/10/test-module"/> ! </infault> </operation> </binding>
Received on Friday, 2 February 2007 01:19:16 UTC