Last active
July 31, 2018 19:13
-
-
Save chelseatroy/0b47f4dd8c7b3bd13ea3a8a1c6e3667d to your computer and use it in GitHub Desktop.
Example SOAP
This file contains hidden or 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
POST request to 'awesomeprogrammers.com' | |
<Head> | |
<UserName>Ada Lovelace</UserName> | |
</Head> | |
<Body> | |
<Action>Login</Action> | |
<Password>WerdToThePass</Password> | |
</Body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment