C# Class SampleGenevaSOAPInterface.GenevaSOAPSession

Base class for callable runrep and loader sessions.
Mostrar archivo Open project: GFTUSA/GFTInternal

Protected Properties

Property Type Description
_host string
_password string
_port int
_sessionID string
_sharedConnection bool
_soapService GenevaSOAPInterface.Service
_soapURL string
_username string

Public Methods

Method Description
GenevaSOAPSession ( string soapURL, string host, int port, string username, string password, bool sharedConnection ) : System

Constructor

ShutdownSession ( ) : void

Method to shutdown a non-shared session.

Private Methods

Method Description
getSOAPService ( ) : GenevaSOAPInterface.Service

Method to create a new SOAP Service object and set the URL.

Method Details

GenevaSOAPSession() public method

Constructor
public GenevaSOAPSession ( string soapURL, string host, int port, string username, string password, bool sharedConnection ) : System
soapURL string URL for the Geneva SOAP Interface, in the form http://server:port, where port is the dbaserver port number, as defined in dbaserver.ini.
host string Server name that is running your Geneva service manager.
port int Port where the Geneva service manager is running, defined in geneva.ini.
username string Geneva username to login and run your report.
password string Password for the Geneva user.
sharedConnection bool True if this is a shared connection, false if you want to use a persistent connection.
return System

ShutdownSession() public method

Method to shutdown a non-shared session.
public ShutdownSession ( ) : void
return void

Property Details

_host protected_oe property

protected string _host
return string

_password protected_oe property

protected string _password
return string

_port protected_oe property

protected int _port
return int

_sessionID protected_oe property

protected string _sessionID
return string

_sharedConnection protected_oe property

protected bool _sharedConnection
return bool

_soapService protected_oe property

protected GenevaSOAPInterface.Service _soapService
return GenevaSOAPInterface.Service

_soapURL protected_oe property

protected string _soapURL
return string

_username protected_oe property

protected string _username
return string