Last active
March 12, 2022 10:01
-
-
Save priyankahdp/c487364a072c0bf42a04529e18f93c95 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<soap:Envelope> | |
<soap:Header> | |
... | |
</soap:Header> | |
<soap:Body> | |
... | |
<soap:Fault> | |
... | |
</soap:Fault> | |
</soap:Body> | |
</soap:Envelope> | |
<!-- SAMPLE --> | |
<soap:envelope/> | |
<soap:header></soap:header> | |
<soap:body> | |
<m:GetLastTradePrice> | |
<tickerSymbol> IBM </tickerSymbol> | |
</m:GetLastTradePrice> | |
</soap:body> | |
</soap:envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment