<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Body>
<getCurrencyRate xmlns="http://example.com/finance">
<currency>USD</currency>
</getCurrencyRate>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Body>
<CurrencyRateResponse>
<rate>75.50</rate>
</CurrencyRateResponse>
</soap:Body>
</soap:Envelope>