soap:Envelope(soap:encodingStyle = http://www.w3.org/2003/05/soap-encoding
              xmlns:soap         = http://www.w3.org/2003/05/soap-envelope/)
{
    soap:Body(xmlns:m = http://www.example.org/stock)
    {
        m:GetStockPriceResponse {
            m:Price = 34.5
        }
    }
}