Siebel Portal Framework Guide > Delivering Content to External Web Applications > Common Operations >
Logging Off
The last command block of a session should always be a Logoff command. Detailed below 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>
|