Hi All,
I am performing basic DMS operations using SOAP-UI and noticed that every time i execute the AuthenticateUser() it generates the same TokenID for days also.
I tried to execute the GetSessionExpirationDate() and below is the response i recieve:
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<GetSessionExpirationDateResponse xmlns="urn:Core.service.livelink.opentext.com">
<GetSessionExpirationDateResult xsi:nil="true"/>
</GetSessionExpirationDateResponse>
Am unable to understand the expiration date from the above response.
Can someone help me in understanding:
1) How the TokenID works?
2) How to get the expiration date for the Token?
3) Is there any indetailed documentation available for this?