2002/ws/desc/test-suite/documents/bad/Service-13B Service.wsdl,NONE,1.1

Update of /sources/public/2002/ws/desc/test-suite/documents/bad/Service-13B
In directory hutz:/tmp/cvs-serv31870/documents/bad/Service-13B

Added Files:
	Service.wsdl 
Log Message:
Committed test cases from Lawrence Mandel that were submitted at http://lists.w3.org/Archives/Public/www-ws-desc/2005Feb/0060.html

--- NEW FILE: Service.wsdl ---
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:description 
    targetNamespace="http://example.org/Service" 
    xmlns:tns="http://example.org/Service" 
    xmlns:wsdl="http://www.w3.org/2004/08/wsdl" 
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://www.w3.org/2004/08/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd">
  
    <wsdl:documentation>
      This test shows an invalid use of a Service. An invalid endpoint binding has been specified.
    </wsdl:documentation>
        
    <wsdl:interface name="EchoInterface">
        <wsdl:operation name="Echo" pattern="http://www.w3.org/2004/08/wsdl/in-out">
            <wsdl:input element="xs:string"/>
            <wsdl:output element="xs:string"/>
        </wsdl:operation>
    </wsdl:interface>
    
    <wsdl:binding name="EchoSOAPBinding" 
	  type="http://www.w3.org/2004/08/wsdl/soap12"/>
    
    <wsdl:service name="EchoService" interface="tns:EchoInterface">
      <wsdl:endpoint
          name="SOAPEndpoint" 
          binding="EchoSOAPBinding"/>
  </wsdl:service>
</wsdl:description>

Received on Friday, 18 February 2005 22:13:02 UTC