<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <m:Trans xmlns:m="https://www.example.org/transaction" soap:mustUnderstand="1">
      <m:transactionId>123456789</m:transactionId>
      <m:timestamp>2026-04-03T18:45:00Z</m:timestamp>
    </m:Trans>
  </soap:Header>
  <soap:Body>
    <m:GetPrice xmlns:m="https://www.example.org/stock">
      <m:StockName>IBM</m:StockName>
      <m:Currency>USD</m:Currency>
      <m:Requestor>aytict.fi</m:Requestor>
    </m:GetPrice>
    <m:GetPrice xmlns:m="https://www.example.org/stock">
      <m:StockName>GOOG</m:StockName>
      <m:Currency>EUR</m:Currency>
      <m:Requestor>aytict.fi</m:Requestor>
    </m:GetPrice>
    <m:GetPriceResponse xmlns:m="https://www.example.org/stock">
      <m:StockName>IBM</m:StockName>
      <m:Price>145.67</m:Price>
      <m:Currency>USD</m:Currency>
      <m:Timestamp>2026-04-03T18:45:00Z</m:Timestamp>
    </m:GetPriceResponse>
    <m:GetPriceResponse xmlns:m="https://www.example.org/stock">
      <m:StockName>GOOG</m:StockName>
      <m:Price>2735.12</m:Price>
      <m:Currency>EUR</m:Currency>
      <m:Timestamp>2026-04-03T18:45:00Z</m:Timestamp>
    </m:GetPriceResponse>
  </soap:Body>
</soap:Envelope>
