Sha256: 51bc1cea0984ca3181ba8ad306db416d43ca4538c630f7c0c955cb55b2f4ccf2

Contents?: true

Size: 262 Bytes

Versions: 24

Compression:

Stored size: 262 Bytes

Contents

<?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:m="http://example.com/stockquote.xsd">
<soap:Body>
  <m:GetStockPriceResponse>
    <m:Price>34.5</m:Price>
  </m:GetStockPriceResponse>
</soap:Body>
</soap:Envelope>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
lolsoap-0.1.3 test/fixtures/stock_quote_response.xml
lolsoap-0.1.2 test/fixtures/stock_quote_response.xml
lolsoap-0.1.1 test/fixtures/stock_quote_response.xml
lolsoap-0.1.0 test/fixtures/stock_quote_response.xml