Sha256: b0a5716229ba517550f98fd9304f04f333fb0bf9eafd2fd6d9d37da4d58b8baa

Contents?: true

Size: 1.15 KB

Versions: 94

Compression:

Stored size: 1.15 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope
      xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">
  <soap:Body>
    <getManufacturerNamesResponse name="widgestRus" xmlns="http://services.somewhere.com">
      <IDAndNameList xmlns="http://services.somewhere.com">
        <ns1:IdAndName xmlns:ns1="http://domain.somewhere.com">
          <id xmlns="http://domain.somewhere.com">1</id>
          <name xmlns="http://domain.somewhere.com">man1</name>

        </ns1:IdAndName>
        <ns1:IdAndName xmlns:ns1="http://domain.somewhere.com">
          <id xmlns="http://domain.somewhere.com">2</id>
          <name xmlns="http://domain.somewhere.com">man2</name>

        </ns1:IdAndName>
        <ns1:IdAndName xmlns:ns1="http://domain.somewhere.com">
          <id xmlns="http://domain.somewhere.com">3</id>
          <name xmlns="http://domain.somewhere.com">man3</name>
        </ns1:IdAndName>
      </IDAndNameList>
    </getManufacturerNamesResponse>
  </soap:Body>
</soap:Envelope>

Version data entries

94 entries across 94 versions & 9 rubygems

Version Path
libxml-ruby-2.3.2 test/model/soap.xml
libxml-ruby-2.3.0-x86-mingw32 test/model/soap.xml
libxml-ruby-2.3.0 test/model/soap.xml
libxml-fixed-jruby-1.0.0-jruby test/model/soap.xml
libxml-jruby-fixed-1.0.0-jruby test/model/soap.xml
libxml-ruby-2.2.2-x86-mingw32 test/model/soap.xml
libxml-ruby-2.2.2 test/model/soap.xml
libxml-ruby-2.2.1-x86-mingw32 test/model/soap.xml
libxml-ruby-2.2.1 test/model/soap.xml
libxml-ruby-2.2.0-x86-mingw32 test/model/soap.xml
libxml-ruby-2.2.0 test/model/soap.xml
libxml-ruby-2.1.2-x86-mingw32 test/model/soap.xml
libxml-ruby-2.1.2 test/model/soap.xml
libxml-ruby-2.1.1-x86-mingw32 test/model/soap.xml
libxml-ruby-2.1.1 test/model/soap.xml
libxml-ruby-2.1.0-x86-mingw32 test/model/soap.xml
libxml-ruby-2.1.0 test/model/soap.xml
libxml-ruby-2.0.9-x86-mingw32 test/model/soap.xml
libxml-ruby-2.0.9 test/model/soap.xml
libxml-ruby-2.0.6-x86-mingw32 test/model/soap.xml