Logout

Description

This service releases any licenses and resources associated with the session.

Arguments

Argument Type Description
auth (optional) Auth The Auth type supplies credentials and optionally, a host name for licensing. The userId and password can be specified with HTTP BASIC or WS-SECURITY instead.
options Options Holds name value pairing for future arguments.

Response

An empty XML response is returned and the session is ended. Failure will keep the session open.

<ae:LogoutResponse/>

Usage

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.

Faults

XML

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>