Logging Off

After you are done using a token you should send a request to the TokenLogoutService web service to remove the token from the list of valid tokens maintained on the Spectrumâ„¢ Technology Platform server. You can access the TokenLogoutService WSDL here:

http://server:port/security/TokenLogoutService?wsdl

To log out, send a request to the TokenLogoutService web service and include the token in the Authorization HTTP header or in the Cookie HTTP header. If the token is a session token, include the session in the Cookie header. For more information, see Using a Token.This service does not take any parameters.