- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 13 Jul 2006 15:54:03 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/UnknownExtension-1G In directory hutz:/tmp/cvs-serv29405/test-suite/documents/good/UnknownExtension-1G Added Files: TestMetadata.xml Interface.filename Interface.wsdl Log Message: Added testcases for unknown extensions. --- NEW FILE: TestMetadata.xml --- <?xml version="1.0"?> <TestMetadata xmlns="http://www.w3.org/2006/02/wsdl/TestMetadata"> <Identifier> http://dev.w3.org/cvsweb/2002/ws/desc/test-suite/documents/good/UnknownExtension-1G </Identifier> <Title>Good Document UnknownExtension-1G</Title> <Purpose>This test case shows an optional unknown extension.</Purpose> <Description>The extension is explicitly marked as optional.</Description> <Status>accepted</Status> <SpecRef></SpecRef> <Preconditions>none</Preconditions> <Inputs> <Input role="root">Interface.wsdl</Input> </Inputs> <ExpectedResults> <Successful>true</Successful> </ExpectedResults> <Version>1.0</Version> <Contributor> <Name>Arthur Ryman</Name> <Affiliation>IBM</Affiliation> <EMail>ryman@ca.ibm.com</EMail> </Contributor> <Rights>http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231</Rights> <Grouping>/documents/good</Grouping> <SeeAlso><Reference>http://www.w3.org/TR/wsdl20</Reference></SeeAlso> </TestMetadata> --- NEW FILE: Interface.filename --- <filename>UnknownExtension-1G/Interface.wsdl</filename> --- NEW FILE: Interface.wsdl --- <?xml version="1.0" encoding="UTF-8"?> <wsdl:description targetNamespace="http://example.org/" xmlns:wsdl="http://www.w3.org/2006/01/wsdl" xmlns:unknown="http://example.org/unknown-wsdl-extension"> <wsdl:documentation> This test shows a valid use of a WSDL 2.0 interface with an optional unknown extension element. The extension is explicitly marked as optional. </wsdl:documentation> <wsdl:interface name="myInterface"> <unknown:extension wsdl:required="false" /> </wsdl:interface> </wsdl:description>
Received on Thursday, 13 July 2006 15:54:15 UTC