Sha256: 8529f00f76d055de0a368c9d87230091d86e6d1040a2e1824ce10ba730844767

Contents?: true

Size: 1.82 KB

Versions: 49

Compression:

Stored size: 1.82 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<definitions name="submit_service"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:tns="urn:example.com:document"
    targetNamespace="urn:example.com:document"
    xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <xsd:schema targetNamespace="urn:example.com:document">
      <xsd:element name="ruby">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="1" maxOccurs="1" name="myversion" type="tns:myversion"/>
            <xsd:element minOccurs="0" maxOccurs="1" name="date" type="xsd:dateTime"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>

      <xsd:simpleType name="myversion">
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="1.6"/>
          <xsd:enumeration value="1.8"/>
          <xsd:enumeration value="1.9"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:schema>
  </types>

  <message name="submit_msg">
    <part name="parameters" element="tns:ruby"/>
  </message>

  <portType name="submit_port_type">
    <operation name="submit">
      <input message="tns:submit_msg"/>
      <output message="tns:submit_msg"/>
    </operation>
  </portType>

  <binding name="submit_binding" type="tns:submit_port_type">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
    <operation name="submit">
      <soap:operation soapAction="urn:example.com:document#submit" style="document"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
  </binding>

  <service name="submit_service">
    <port name="submit_port" binding="tns:submit_binding">
      <soap:address location="http://localhost:10080"/>
    </port>
  </service>
</definitions>

Version data entries

49 entries across 49 versions & 20 rubygems

Version Path
mumboe-soap4r-1.6.0.pre.beta test/soap/wsdlDriver/document.wsdl
malagant-soap4r-1.5.8.20141127181857 test/soap/wsdlDriver/document.wsdl
DefV-soap4r-1.5.8.2 test/soap/wsdlDriver/document.wsdl
rtiss_soap4r-1.6.1 test/soap/wsdlDriver/document.wsdl
rtiss_soap4r-1.6.0 test/soap/wsdlDriver/document.wsdl
mumboe-soap4r-1.5.8.7 test/soap/wsdlDriver/document.wsdl
teo-soap4r-1.5.9b test/soap/wsdlDriver/document.wsdl
mumboe-soap4r-1.5.8.6 test/soap/wsdlDriver/document.wsdl
soap4r-spox-1.6.0 test/soap/wsdlDriver/document.wsdl
soap4r-r19-1.5.9 test/soap/wsdlDriver/document.wsdl
eSpace_soap4r-1.5.8 test/soap/wsdlDriver/document.wsdl
mumboe-soap4r-1.5.8.5 test/soap/wsdlDriver/document.wsdl
soap4r-ruby1.9-2.0.5 test/soap/wsdlDriver/document.wsdl
soap4r-ruby19-1.5.9 test/soap/wsdlDriver/document.wsdl
tomdz-soap4r-1.5.8.20120202093209 test/soap/wsdlDriver/document.wsdl
soap5r-2.0.3 test/soap/wsdlDriver/document.wsdl
soap5r-2.0.2 test/soap/wsdlDriver/document.wsdl
soap5r-2.0.1 test/soap/wsdlDriver/document.wsdl
soap5r-2.0.0 test/soap/wsdlDriver/document.wsdl
soap5r-2.0.0.20120130130121 test/soap/wsdlDriver/document.wsdl