Skip to content

Instantly share code, notes, and snippets.

@infamousjoeg
Created July 17, 2017 19:00
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 infamousjoeg/d898585559e408ea6519dc57f4a890d0 to your computer and use it in GitHub Desktop.
Save infamousjoeg/d898585559e408ea6519dc57f4a890d0 to your computer and use it in GitHub Desktop.
SOAP Example - AIM Dual Account XML
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetPassword xmlns="https://tempuri.org/">
<passwordWSRequest>
<AppID>App_ApplicationID</AppID>
<Safe>AIM_ApplicationSafe</Safe>
<Folder>Root</Folder>
<Query>VirtualUsername=AppVirName</Query>
</passwordWSRequest>
</GetPassword>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment