pictcode / lib / Cake / Test / Fixture / soap_response.xml @ 635eef61
履歴 | 表示 | アノテート | ダウンロード (319 Bytes)
1 |
<?xml version="1.0"?>
|
---|---|
2 |
<soap:Envelope
|
3 |
xmlns:soap="http://www.w3.org/2001/12/soap-envelope" |
4 |
soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding"> |
5 |
|
6 |
<soap:Body xmlns:m="http://www.example.org/stock"> |
7 |
<m:GetStockPriceResponse>
|
8 |
<m:Price>34.5</m:Price> |
9 |
</m:GetStockPriceResponse>
|
10 |
</soap:Body>
|
11 |
|
12 |
</soap:Envelope>
|