C# 클래스 SampleGenevaSOAPInterface.CallableLoaderSession

Class to start and run callable a loader session via the Geneva SOAP interface.
상속: GenevaSOAPSession
파일 보기 프로젝트 열기: GFTUSA/GFTInternal 1 사용 예제들

공개 메소드들

메소드 설명
CallableLoaderSession ( string soapURL, string host, int port, string username, string password, bool sharedConnection ) : System

Constructor

LoadData ( string xmlData ) : void

Method to load xml data into Geneva using the callable loader.

비공개 메소드들

메소드 설명
startRunrepSession ( ) : string

Method to start a callable loader session.

메소드 상세

CallableLoaderSession() 공개 메소드

Constructor
public CallableLoaderSession ( 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.
리턴 System

LoadData() 공개 메소드

Method to load xml data into Geneva using the callable loader.
public LoadData ( string xmlData ) : void
xmlData string String containing the XML data to load, in the masterschema.xsd format.
리턴 void