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

Logging In


Logging in is required to start a new Siebel XML session. The first command block of a new session must be an ExecuteLogin command.

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

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

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

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

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

<ARG NAME="SWEPassword">user's password</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.