Session_Open
This API establishes the WebService session.
URL
./Session_Open
Input Parameters
| Parameters | Description | 
|---|---|
| username | Name of the user (optional). | 
| password | Password associated with the username (optional). | 
| certAlias | Client certificate alias for making SSL connections (optional). | 
| certPassword | Password for the provided certificate alias (optional). | 
Sample SOAP Parameters
   <prot:Session_Open>
   <!--Optional:-->
        <username>cryptouser</username> 
        <!--Optional:-->           
        <password>qwerty1234</password>
        <!--Optional:-->
        <certalias>cu</certalias>
        <!--Optional:-->
        <certpassword>q1234</certpassword>
    </prot:Session_Open>
Output
boolean
   <ns1:Session_OpenResponse xmlns:ns1="http://dsws.org/protectappws/">true</ns1:Session_OpenResponse>