- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 May 2006 03:19:44 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results/Canon/Interface-6G
In directory hutz:/tmp/cvs-serv10914/test-suite/results/Canon/Interface-6G
Added Files:
Interface-results.xml Interface.wsdlcm
Interface.canonical.wsdlcm
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-6G/Interface.canonical.wsdlcm" source="../../../documents/good/Interface-6G/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_defn004E6778" xmlns:wsd="http://www.w3.org/2002/ws/desc/wsdl/component">
<wsd:interfaces>
<wsd:interfaceComponent xml:id="wsid_ifc004E6EF8">
<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:22:23 UTC