GetToken
Use this method to get a token
Last updated
Was this helpful?
Was this helpful?
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetTokenResponse xmlns="http://tempuri.org/">
<GetTokenResult>
<Envelope xmlns="">
<Success>1</Success>
<Message></Message>
<Info>
<Version>1.0.0</Version>
<Run_Date>20211004215439</Run_Date>
<Executed_ms>10.0214</Executed_ms>
</Info>
<Result>
<Token>7b72e247-3d03-457b-872d-3fd063dbe5f5</Token>
</Result>
</Envelope>
</GetTokenResult>
</GetTokenResponse>
</soap:Body>
</soap:Envelope>