Sha256: 332793dfa258866d5dd5ef5590246686b04ef51466b628576b0e14af5ed87c05

Contents?: true

Size: 1.18 KB

Versions: 32

Compression:

Stored size: 1.18 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

32 entries across 32 versions & 2 rubygems

Version Path
libxml-ruby-5.0.3-x64-mingw-ucrt test/model/soap.xml
libxml-ruby-5.0.3 test/model/soap.xml
libxml-ruby-5.0.2-x64-mingw-ucrt test/model/soap.xml
libxml-ruby-5.0.2 test/model/soap.xml
libxml-ruby-5.0.1-x64-mingw-ucrt test/model/soap.xml
libxml-ruby-5.0.1 test/model/soap.xml
libxml-ruby-5.0.0-x64-mingw-ucrt test/model/soap.xml
libxml-ruby-5.0.0 test/model/soap.xml
libxml-ruby-4.1.2-x64-mingw-ucrt test/model/soap.xml
libxml-ruby-4.1.2 test/model/soap.xml
libxml-ruby-4.1.1-x64-mingw-ucrt test/model/soap.xml
libxml-ruby-4.1.1 test/model/soap.xml
libxml-ruby-4.1.0 test/model/soap.xml
libxml-ruby-4.0.0-x64-mingw-ucrt test/model/soap.xml
libxml-ruby-4.0.0 test/model/soap.xml
libxml-ruby-3.2.4-x64-mingw-ucrt test/model/soap.xml
libxml-ruby-3.2.4 test/model/soap.xml
libxml-ruby-3.2.3-x64-mingw-ucrt test/model/soap.xml
libxml-ruby-3.2.3 test/model/soap.xml
libxml-ruby-3.2.2-x64-mingw32 test/model/soap.xml