Siebel Portal Framework Guide > Delivering Content to External Web Applications > Common Operations >

Logging Off


The last command block of a session must be a Logoff command.

The following is an example of how to construct a logoff command block for XML:

<?xml version="1.0" encoding="UTF-8"?>

<EXEC PATH="/callcenter/start.swe">

<CMD NAME="SWECmd" VALUE="Logoff">

<ARG NAME="SWEUserName">user name</ARG>

<ARG NAME="SWESetMarkup">XML</ARG>

<ARG NAME="SWEDataOnly">TRUE</ARG>

<ARG NAME="SWESetNoTemp">TRUE</ARG>

</CMD>

</EXEC>

Siebel Portal Framework Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.