Sha256: 2bcb207071071ad19568de0e5b4edb59c3ca076f3f64b2d3634f9ce15e4f605c

Contents?: true

Size: 328 Bytes

Versions: 3

Compression:

Stored size: 328 Bytes

Contents

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:getUserResponse xmlns:ns2="http://users.example.com/">
         <return>
           <name>Dr. Who</name>
           <email>dr_who@example.com</email>
         </return>
      </ns2:getUserResponse>
   </soap:Body>
</soap:Envelope>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
savon_spec-1.3.0 spec/fixtures/get_user/success.xml
savon_spec-1.2.0 spec/fixtures/get_user/success.xml
savon_spec-1.1.0 spec/fixtures/get_user/success.xml