Sha256: da45d4596397aaedff89d9c90c1980e8acfd90c613d475230228b81ca25ccc8c

Contents?: true

Size: 1002 Bytes

Versions: 70

Compression:

Stored size: 1002 Bytes

Contents

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Body>
      <MultiNamespacedEntryResponse xmlns="http://www.example.com/BusinessRulesEngine/xsd">
         <history>
                <ns10:case xmlns:ns10="http://www.example.com/Common/xsd">
                    <ns10:logTime>2010-09-21T18:22:01.558+10:00</ns10:logTime>
                    <ns10:logType>Notes Log</ns10:logType>
                    <ns10:logText>test</ns10:logText>
                </ns10:case>
                <ns11:case xmlns:ns11="http://www.example.com/Common/xsd">
                    <ns11:logTime>2010-09-21T18:22:07.038+10:00</ns11:logTime>
                    <ns11:logType>Notes Log</ns11:logType>
                    <ns11:logText>another test</ns11:logText>
                </ns11:case>
         </history>
      </MultiNamespacedEntryResponse>
   </soapenv:Body>
</soapenv:Envelope>

Version data entries

70 entries across 70 versions & 10 rubygems

Version Path
savon-0.8.5 spec/fixtures/response/list.xml
savon-0.8.4 spec/fixtures/response/list.xml
savon-0.8.3 spec/fixtures/response/list.xml
savon-0.8.2 spec/fixtures/response/list.xml
savon-0.8.1 spec/fixtures/response/list.xml
savon-0.8.0 spec/fixtures/response/list.xml
savon-0.8.0.beta.4 spec/fixtures/response/xml/list.xml
savon-0.8.0.beta.3 spec/fixtures/response/xml/list.xml
savon-0.8.0.beta.2 spec/fixtures/response/xml/list.xml
savon-0.8.0.beta.1 spec/fixtures/response/xml/list.xml