2002/ws/desc/test-suite/documents/good/Service-2G Service.wsdl,NONE,1.1

Update of /sources/public/2002/ws/desc/test-suite/documents/good/Service-2G
In directory hutz:/tmp/cvs-serv31870/documents/good/Service-2G

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 a valid use of a Service with more than one endpoint.
    </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="tns:EchoSOAPBinding"/>
      <wsdl:endpoint
          name="SOAPEndpoint2" 
          binding="tns:EchoSOAPBinding">
          <wsdl:documentation>
            The Echo endpoint.
          </wsdl:documentation>
      </wsdl:endpoint>
  </wsdl:service>
</wsdl:description>

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