Signing Out of WebFOCUS

This RESTful web service request can be used to sign out of WebFOCUS. Therefore, all subsequent WebFOCUS RESTful web services requests will not run successfully once signed out. If a WebFOCUS session exists within the same browser session, this session will also be signed out.

HTTP Method: POST

REST URL Format:

http://host:port/ibi_apps/rs/ibfs

where:

host

Is the name of the system where WebFOCUS is installed.

port

Is the port number used by WebFOCUS.

Body Format:

IBIRS_action=signOff

Example:

In the following example, a sign-out request is made to WebFOCUS.

Post Request URL:

http://localhost:8080/ibi_apps/rs/ibfs

Body:

IBIRS_action=signOff

Response:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ibfsrpc _jt="IBFSResponseObject" language="EN" name="signOff" returncode="10000" returndesc="SUCCESS" subreturncode="0" subsystem="SSYS" type="simple">
  <ibfsparams size="0"/>
  <rootObject _jt="string">OK</rootObject>
</ibfsrpc>

WebFOCUS