2002/ws/desc/test-suite/documents/good/Interface-3G Interface.wsdl,NONE,1.1

Update of /sources/public/2002/ws/desc/test-suite/documents/good/Interface-3G
In directory hutz:/tmp/cvs-serv8183/test-suite/documents/good/Interface-3G

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 valid use of a WSDL 2.0 interface with default RPC style.
    </wsdl:documentation>
        
    <wsdl:interface name="myInterface" styleDefault="http://www.w3.org/2005/05/wsdl/style/rpc">
        <wsdl:documentation>
          Some documentation
        </wsdl:documentation>
    </wsdl:interface>
</wsdl:description>

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