Signing-Off From WebFOCUS

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

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-off 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