Sha256: 9004b28c4d447ef2e8360eb331c70838b0bb5afc070bd53b0c7c75ff8cdd7be0

Contents?: true

Size: 652 Bytes

Versions: 5

Compression:

Stored size: 652 Bytes

Contents

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Body s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <first_list href="#id1" />
    <second_list href="#id2" />
    <q1:Array id="id1" q1:arrayType="xsd:int[1]" xmlns:q1="http://schemas.xmlsoap.org/soap/encoding/">
      <Item>1</Item>
      <Item>2</Item>
    </q1:Array>
    <q2:Array id="id2" q2:arrayType="xsd:int[1]" xmlns:q2="http://schemas.xmlsoap.org/soap/encoding/">
      <Item>11</Item>
      <Item>22</Item>
    </q2:Array>
  </s:Body>
</s:Envelope>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
wash_out-0.12.0 spec/fixtures/refs_to_arrays.xml
wash_out-0.11.0 spec/fixtures/refs_to_arrays.xml
wash_out_fork-0.0.1 spec/fixtures/refs_to_arrays.xml
wash_out-0.11.0.beta.2 spec/fixtures/refs_to_arrays.xml
wash_out-0.11.0.beta.1 spec/fixtures/refs_to_arrays.xml