infamousjoeg
7/17/2017 - 7:00 PM

SOAP Example - AIM Dual Account XML

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>