- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 May 2007 01:09:28 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results/Woden/RPC-2G
In directory hutz:/tmp/cvs-serv26834/test-suite/results/Woden/RPC-2G
Modified Files:
rpcstyleinonly.canonical.wsdlcm rpcstyleinonly.results.xml
rpcstyleinonly.wsdlcm
Log Message:
Rolled up latest Woden results, fixed bug in wsdl-xslt {rpc signature}.
Index: rpcstyleinonly.wsdlcm
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results/Woden/RPC-2G/rpcstyleinonly.wsdlcm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** rpcstyleinonly.wsdlcm 12 Apr 2007 14:48:15 -0000 1.5
--- rpcstyleinonly.wsdlcm 17 May 2007 01:09:26 -0000 1.6
***************
*** 35,42 ****
--- 35,49 ----
</interfaceMessageReferenceComponent>
</interfaceMessageReferences>
+ <style>
+ <cmbase:uri>http://www.w3.org/ns/wsdl/style/rpc</cmbase:uri>
+ </style>
<cmbase:parent ref='id-2'/>
<cmextensions:wsdlInterfaceOperationExtension>
<cmextensions:safety>false</cmextensions:safety>
</cmextensions:wsdlInterfaceOperationExtension>
+ <cmrpc:rpcInterfaceOperationExtension>
+ <cmrpc:rpcSignature>
+ </cmrpc:rpcSignature>
+ </cmrpc:rpcInterfaceOperationExtension>
</interfaceOperationComponent>
</interfaceOperations>
Index: rpcstyleinonly.results.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results/Woden/RPC-2G/rpcstyleinonly.results.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** rpcstyleinonly.results.xml 3 May 2007 21:49:56 -0000 1.8
--- rpcstyleinonly.results.xml 17 May 2007 01:09:26 -0000 1.9
***************
*** 2,17 ****
<?xml-stylesheet type="text/xsl" href="../../results.xsl"?>
! <comparing test-metadata="../../../documents/good/RPC-2G/TestMetadata.xml" source="../../../documents/good/RPC-2G/rpcstyleinonly.wsdl" archetype="../../Baseline/RPC-2G/rpcstyleinonly.canonical.wsdlcm" aspirant="../../Woden/RPC-2G/rpcstyleinonly.canonical.wsdlcm" required-extensions="true">
! <failure xpath="/descriptionComponent/interfaces/interfaceComponent/interfaceOperations/interfaceOperationComponent" nearest-id="c3">
! <p>Different number of children (Expected 6 found 5).</p>
! </failure>
! <failure xpath="/descriptionComponent/interfaces/interfaceComponent/interfaceOperations/interfaceOperationComponent/cmbase:parent" nearest-id="c3">
! <p>Expected element "style" in namespace "http://www.w3.org/2002/ws/desc/wsdl/component", found element "parent" in namespace "http://www.w3.org/2002/ws/desc/wsdl/component-base".</p>
! </failure>
! <failure xpath="/descriptionComponent/interfaces/interfaceComponent/interfaceOperations/interfaceOperationComponent/cmextensions:wsdlInterfaceOperationExtension" nearest-id="c3">
! <p>Expected element "parent" in namespace "http://www.w3.org/2002/ws/desc/wsdl/component-base", found element "wsdlInterfaceOperationExtension" in namespace "http://www.w3.org/2002/ws/desc/wsdl/component-extensions".</p>
! </failure>
! <failure xpath="/descriptionComponent/interfaces/interfaceComponent/interfaceOperations/interfaceOperationComponent/ext:wsdlInterfaceOperationExtension" nearest-id="c3">
! <p>Missing element "wsdlInterfaceOperationExtension" in namespace "http://www.w3.org/2002/ws/desc/wsdl/component-extensions".</p>
! </failure>
! </comparing>
--- 2,4 ----
<?xml-stylesheet type="text/xsl" href="../../results.xsl"?>
! <comparing test-metadata="../../../documents/good/RPC-2G/TestMetadata.xml" source="../../../documents/good/RPC-2G/rpcstyleinonly.wsdl" archetype="../../Baseline/RPC-2G/rpcstyleinonly.canonical.wsdlcm" aspirant="../../Woden/RPC-2G/rpcstyleinonly.canonical.wsdlcm" required-extensions="true"/>
Index: rpcstyleinonly.canonical.wsdlcm
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results/Woden/RPC-2G/rpcstyleinonly.canonical.wsdlcm,v
retrieving revision 1.14
retrieving revision 1.15
diff -C 2 -d -r1.14 -r1.15
*** rpcstyleinonly.canonical.wsdlcm 12 Apr 2007 14:48:15 -0000 1.14
--- rpcstyleinonly.canonical.wsdlcm 17 May 2007 01:09:26 -0000 1.15
***************
*** 25,32 ****
--- 25,37 ----
<cmbase:parent ref="c3"/>
</interfaceMessageReferenceComponent></interfaceMessageReferences>
+ <style><cmbase:uri>http://www.w3.org/ns/wsdl/style/rpc</cmbase:uri></style>
<cmbase:parent ref="c2"/>
<cmextensions:wsdlInterfaceOperationExtension>
<cmextensions:safety>false</cmextensions:safety>
</cmextensions:wsdlInterfaceOperationExtension>
+ <cmrpc:rpcInterfaceOperationExtension>
+ <cmrpc:rpcSignature>
+ </cmrpc:rpcSignature>
+ </cmrpc:rpcInterfaceOperationExtension>
</interfaceOperationComponent></interfaceOperations>
</interfaceComponent></interfaces>
Received on Thursday, 17 May 2007 01:10:00 UTC