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
smile-xml-1.0.5-java src/test/ruby/model/soap.xml
smile-xml-1.0.4-java src/test/ruby/model/soap.xml
libxml-ruby-2.9.0-x64-mingw32 test/model/soap.xml
libxml-ruby-2.9.0 test/model/soap.xml
libxml-jruby-modified-1.0.2-jruby test/model/soap.xml
libxml-jruby-modified-1.0.1-jruby test/model/soap.xml
libxml-ruby-2.8.0 test/model/soap.xml
dreamcat4-libxml-bindings-0.2.0 test/xml/soap_manufacturer_names_response.xml
dreamcat4-libxml-bindings-0.2.1 test/xml/soap_manufacturer_names_response.xml
libxml-ruby-2.7.0-x86-mingw32 test/model/soap.xml
libxml-ruby-2.7.0 test/model/soap.xml
libxml-ruby-2.6.0-x86-mingw32 test/model/soap.xml
libxml-ruby-2.6.0 test/model/soap.xml
libxml-ruby-2.5.0-x86-mingw32 test/model/soap.xml
libxml-ruby-2.5.0 test/model/soap.xml
libxml-ruby-2.4.0-x86-mingw32 test/model/soap.xml
libxml-ruby-2.4.0 test/model/soap.xml
smile-xml-1.0.2-jruby src/test/ruby/model/soap.xml
libxml-ruby-2.3.3-x86-mingw32 test/model/soap.xml
libxml-ruby-2.3.3 test/model/soap.xml