- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Sep 2006 00:23:38 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt/RPC-4G In directory hutz:/tmp/cvs-serv8706/test-suite/results/wsdl-xslt/RPC-4G Modified Files: rpcstyleinout.canonical.wsdlcm rpcstyleinout.wsdlcm rpcstyleinout.results.xml Log Message: 10/26 Woden results 10/28 Canon results Re-rollup. Index: rpcstyleinout.wsdlcm =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt/RPC-4G/rpcstyleinout.wsdlcm,v retrieving revision 1.1 retrieving revision 1.2 diff -C 2 -d -r1.1 -r1.2 *** rpcstyleinout.wsdlcm 13 Jul 2006 20:47:51 -0000 1.1 --- rpcstyleinout.wsdlcm 29 Sep 2006 00:23:36 -0000 1.2 *************** *** 41,44 **** --- 41,55 ---- <ext:safety>false</ext:safety> </ext:wsdlInterfaceOperationExtension> + <rpccm:rpcInterfaceOperationExtension> + <rpccm:rpcSignature> + <rpccm:argument> + <rpccm:name> + <base:namespaceName>http://example.org/</base:namespaceName> + <base:localName>element2</base:localName> + </rpccm:name> + <rpccm:direction>#out</rpccm:direction> + </rpccm:argument> + </rpccm:rpcSignature> + </rpccm:rpcInterfaceOperationExtension> </interfaceOperationComponent> </interfaceOperations> Index: rpcstyleinout.results.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt/RPC-4G/rpcstyleinout.results.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C 2 -d -r1.1 -r1.2 *** rpcstyleinout.results.xml 13 Jul 2006 20:47:51 -0000 1.1 --- rpcstyleinout.results.xml 29 Sep 2006 00:23:36 -0000 1.2 *************** *** 2,4 **** <?xml-stylesheet type="text/xsl" href="../../results.xsl"?> ! <comparing source="../../../documents/good/RPC-4G/rpcstyleinout.wsdl" archetype="Baseline/RPC-4G/rpcstyleinout.canonical.wsdlcm" aspirant="wsdl-xslt/RPC-4G/rpcstyleinout.canonical.wsdlcm"/> --- 2,8 ---- <?xml-stylesheet type="text/xsl" href="../../results.xsl"?> ! <comparing source="../../../documents/good/RPC-4G/rpcstyleinout.wsdl" archetype="Baseline/RPC-4G/rpcstyleinout.canonical.wsdlcm" aspirant="wsdl-xslt/RPC-4G/rpcstyleinout.canonical.wsdlcm"> ! <failure xpath="/descriptionComponent/interfaces/interfaceComponent/interfaceOperations/interfaceOperationComponent"> ! <p>Different number of children (Expected 5 found 6).</p> ! </failure> ! </comparing> Index: rpcstyleinout.canonical.wsdlcm =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt/RPC-4G/rpcstyleinout.canonical.wsdlcm,v retrieving revision 1.1 retrieving revision 1.2 diff -C 2 -d -r1.1 -r1.2 *** rpcstyleinout.canonical.wsdlcm 13 Jul 2006 20:47:51 -0000 1.1 --- rpcstyleinout.canonical.wsdlcm 29 Sep 2006 00:23:36 -0000 1.2 *************** *** 35,38 **** --- 35,49 ---- <ext:safety>false</ext:safety> </ext:wsdlInterfaceOperationExtension> + <rpccm:rpcInterfaceOperationExtension> + <rpccm:rpcSignature> + <rpccm:argument> + <rpccm:name> + <base:namespaceName>http://example.org/</base:namespaceName> + <base:localName>element2</base:localName> + </rpccm:name> + <rpccm:direction>#out</rpccm:direction> + </rpccm:argument> + </rpccm:rpcSignature> + </rpccm:rpcInterfaceOperationExtension> </interfaceOperationComponent></interfaceOperations> </interfaceComponent></interfaces>
Received on Friday, 29 September 2006 00:28:52 UTC