Junction Networks

Junction Networks Web Services API

SessionCreate

Used to create a new session (login the user). Returns a new SessionId for the user. The SessionId is returned in the Session node of the response.

Authentication

Not required.

Authorization

Not required.

Parameters

Username
Required
An authentication username which references a unique User.
Password
Required
A user's login password (the password used to login to the web portal).

Result RELAX NG Schema Modules

Main module: SessionCreate.rng

Result Element Example

        
          
        
<Result>
  <SessionCreate/>
</Result>