Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Application Calls → Logout
This service releases any licenses and resources associated with the session.
An empty XML response is returned and the session is ended. Failure will keep the session open.
<ae:LogoutResponse/>
The Logout call logs out the user from the current active session. There is no effect if previous Web service calls are not made before Logout is called.
The following XML is a snippet of the payload that is sent with Logout.
<urn:Logout> <urn:auth> <urn:userId>admin</urn:userId> <urn:password></urn:password> <urn:hostname></urn:hostname> </urn:auth> </urn:Logout>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.