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

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

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: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 with default relative style.
      Style must be an absolute URI as specified in 2.2.2.3.
    </wsdl:documentation>
        
    <wsdl:interface name="myInterface" styleDefault="wsdl/style/uri">
        <wsdl:documentation>
          Some documentation
        </wsdl:documentation>
    </wsdl:interface>
</wsdl:description>

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