- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 May 2006 03:19:43 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results/Canon/Interface-4G In directory hutz:/tmp/cvs-serv10914/test-suite/results/Canon/Interface-4G Added Files: Interface.wsdlcm Interface.canonical.wsdlcm Interface-results.xml Log Message: Initial check-in of results, canonicalization stylesheets, and results rollup. --- NEW FILE: Interface-results.xml --- <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="../../results.xsl"?> <comparing aspirant="Interface.canonical.wsdlcm" archetype="../../Baseline/Interface-4G/Interface.canonical.wsdlcm" source="../../../documents/good/Interface-4G/Interface.wsdl"> <failure xpath="/wsd:descriptionComponent"> <p>Different number of children (Expected 2 found 1).</p> </failure> <failure xpath="/descriptionComponent/typeDefinitions"> <p>Missing element "typeDefinitions" in namespace "http://www.w3.org/2002/ws/desc/wsdl/component".</p> </failure> </comparing> --- NEW FILE: Interface.wsdlcm --- <?xml version="1.0"?> <wsd:descriptionComponent xml:id="wsid_defn004E6390" xmlns:wsd="http://www.w3.org/2002/ws/desc/wsdl/component"> <wsd:interfaces> <wsd:interfaceComponent xml:id="wsid_ifc004E5CD0"> <wsd:name> <wsd:namespaceName>http://example.org/</wsd:namespaceName> <wsd:localName>myInterface</wsd:localName> </wsd:name> </wsd:interfaceComponent> </wsd:interfaces> </wsd:descriptionComponent> --- NEW FILE: Interface.canonical.wsdlcm --- <?xml version="1.0" encoding="UTF-8"?> <wsd:descriptionComponent xml:id="c1" xmlns:wsd="http://www.w3.org/2002/ws/desc/wsdl/component"> <wsd:interfaces> <wsd:interfaceComponent xml:id="c2"> <wsd:name> <wsd:namespaceName>http://example.org/</wsd:namespaceName> <wsd:localName>myInterface</wsd:localName> </wsd:name> </wsd:interfaceComponent> </wsd:interfaces> </wsd:descriptionComponent>
Received on Thursday, 4 May 2006 03:23:28 UTC