2002/ws/desc/test-suite/documents/bad/Interface-2B Interface.wsdl,NONE,1.1

Update of /sources/public/2002/ws/desc/test-suite/documents/bad/Interface-2B
In directory hutz:/tmp/cvs-serv8183/test-suite/documents/bad/Interface-2B

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 a WSDL 2.0 interface. The interface extends itself.
      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:myInterface">
        <wsdl:documentation>
          Some documentation
        </wsdl:documentation>
    </wsdl:interface>
</wsdl:description>

Received on Friday, 13 May 2005 13:42:50 UTC