document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  2.     <soapenv:Body>
  3.         <m:GetLastTradePrice xmlns:m="Some-URI">
  4.             <m:tickerSymbol>DIS</m:tickerSymbol>
  5.         </m:GetLastTradePrice>
  6.     </soapenv:Body>
  7. </soapenv:Envelope>
');