Skip to content

Instantly share code, notes, and snippets.

@cbmgit
Created June 14, 2021 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbmgit/e3943bcf6f3db98a370963f03fffaee7 to your computer and use it in GitHub Desktop.
Save cbmgit/e3943bcf6f3db98a370963f03fffaee7 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<soap:Envelope
xmlns:soap="http://www.w3.org/2003/05/soap-envelope/" soap:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
<soap:Body
xmlns:m="http://www.example.org/stock">
<m:GetStockPrice>
<m:StockName>AAPL</m:StockName>
<m:StockName>MSFT</m:StockName>
<m:StockName>AMZN</m:StockName>
<m:StockName>MSFT</m:StockName>
<m:StockName>GOOG</m:StockName>
<m:StockName>FB</m:StockName>
</m:GetStockPrice>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment