- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 13 May 2005 13:42:39 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/bad/Interface-3B In directory hutz:/tmp/cvs-serv8183/test-suite/documents/bad/Interface-3B Added Files: Interface.wsdl Log Message: Added new Interface test cases from Lawrence Mandel, posted to public mailing list 2005-04-29 via a patch file. Also updated namespaces to 2005/05. --- NEW FILE: Interface.wsdl --- <?xml version="1.0" encoding="UTF-8"?> <wsdl:description targetNamespace="http://example.org/" xmlns:tns="http://example.org/" xmlns:wsdl="http://www.w3.org/2005/05/wsdl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2005/05/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd"> <wsdl:documentation> This test shows a invalid use of WSDL 2.0 interfaces. Each interface extends in a circular fashion. As specified in section 2.1.1 "an interface MUST NOT appear as an element of the set of interfaces it extends, either directly or indirectly." </wsdl:documentation> <wsdl:interface name="myInterface" extends="tns:myInterface2"> </wsdl:interface> <wsdl:interface name="myInterface2" extends="tns:myInterface"> </wsdl:interface> </wsdl:description>
Received on Friday, 13 May 2005 13:42:49 UTC