Sha256: b29354908d8be739e7837dbef00593c4a0fc78b6246f45143a58eb8f38aa12a8

Contents?: true

Size: 809 Bytes

Versions: 49

Compression:

Stored size: 809 Bytes

Contents

<?xml version="1.0"?>
<definitions name="Person"
    targetNamespace="http://www.jin.gr.jp/~nahi/xmlns/sample/Person"
    xmlns:tns="http://www.jin.gr.jp/~nahi/xmlns/sample/Person"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" 
        targetNamespace="http://www.jin.gr.jp/~nahi/xmlns/sample/Person">
      <complexType name="Person">
        <all>
          <element name="familyname" type="xsd:string"/>
          <element name="givenname" type="xsd:string"/>
          <element name="var1" type="xsd:int"/>
          <element name="var2" type="xsd:double"/>
          <element name="var3" type="xsd:string"/>
        </all>
      </complexType>
    </xsd:schema>
  </types>
</definitions>

Version data entries

49 entries across 49 versions & 20 rubygems

Version Path
etapper-0.0.2 vendor/gems/soap4r-1.5.8.2/test/wsdl/marshal/person.wsdl
mumboe-soap4r-1.5.8.3 test/wsdl/marshal/person.wsdl
mumboe-soap4r-1.5.8.2 test/wsdl/marshal/person.wsdl
etapper-0.0.1 vendor/gems/soap4r-1.5.8.2/test/wsdl/marshal/person.wsdl
etapper-0.0.0 vendor/gems/soap4r-1.5.8.2/test/wsdl/marshal/person.wsdl
soap4r-1.5.7 test/wsdl/marshal/person.wsdl
soap4r-1.5.8 test/wsdl/marshal/person.wsdl
soap4r-1.5.5.20061022 test/wsdl/marshal/person.wsdl
soap4r-1.5.6 test/wsdl/marshal/person.wsdl