Skip to main content

id3globalsupport.com

Check Credentials XML

Warranty Disclaimer

The Sample Code provided is supplied for demonstration purposes only. Please do not use the Sample Code in a production or public environment, it is for reference only. The Sample Code is provided “as is” without warranty of any kind. GBG offers no technical support for the Sample Code and is under no obligation to provide updates, fixes or additional releases to the Sample Code.

XML Example

Check Credentials

______________________XML_________________________________________

------------------------------------Request---------------------------------------

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.id3global.com/ID3gWS/2013/04">
<soapenv:Header/>
<soapenv:Body>
<ns:CheckCredentials>
<ns:AccountName>admin@admin.com</ns:AccountName>
<ns:Password>password</ns:Password>
</ns:CheckCredentials>
</soapenv:Body>
</soapenv:Envelope>

------------------------------------Request--------------------------------------

------------------------------------Response--------------------------------------
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<CheckCredentialsResponse xmlns="http://www.id3global.com/ID3gWS/2013/04">
<CheckCredentialsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<OrgID>021ba282-1ee1-416c-8384-d9906d97545f</OrgID>
<OrgName>GB Shane Bruce</OrgName>
<AccountID>6e4f309a-9f79-40b6-b08b-e59bf31a7c7b</AccountID>
<Name>name</Name>
<Username>username</Username>
<DomainName>admin.com</DomainName>
<Email>myname@admin.com</Email>
<Created>2014-10-23T15:51:10.17</Created>
<LastSignInSuccess>2014-12-09T14:47:14.38</LastSignInSuccess>
<LastSignInFailed>2014-12-09T10:35:37.687</LastSignInFailed>
<Active>true</Active>
<Locked>false</Locked>
<System>false</System>
<Products xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a:string>ID3global</a:string>
</Products>
<SelfCare>true</SelfCare>
</CheckCredentialsResult>
</CheckCredentialsResponse>
</s:Body>
</s:Envelope>
------------------------------------Response--------------------------------------

_____________________________________XML__________________________________________