Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > a709ddb20745c7012e3d3a00b31ca2a7 > files > 210

python-ZSI-2.0-6.fc13.noarch.rpm

<?xml version="1.0"?>


<definitions name="Example"
  targetNamespace="http://wsdl2py.client.pycon.org/"
  xmlns="http://schemas.xmlsoap.org/wsdl/"
  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
  xmlns:tns="http://wsdl2py.client.pycon.org/"
  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema">

  <import namespace="http://wsdl2py.client.pycon.org/"
          location="interface.wsdl"/>

  <binding name="Binding" type="tns:Example">
    <soap:binding style="rpc" 
                      transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="echo">
      <soap:operation soapAction="urn:Example#echo"/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
                    namespace="urn:Example" use="encoded"/>
      </input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
                    namespace="urn:Example" use="encoded"/>
      </output> 
    </operation>
  </binding>

  <service name="ExampleService">
    <documentation>Example web service</documentation>
    <port name="Example" binding="tns:Binding">
      <soap:address location="http://127.0.0.1:8080/example.py"/>
    </port>
  </service>
</definitions>