Euro

Class to help establish a connection to the Horizons EURO site

Properties

CatiServiceUrl

URL to CATI web service on Euro

LogonWsUrl

URL to LogOn web service on Euro

Methods


CreateLogOnSoapClient()

Create LongOn soap client to login to Euro

Returns

Instance of LogOnSoapClient object


CreateCatiRestClient(string userName, string password, int companyId, string proxy)

Creates CATI REST client to send http requests to CATI REST API on Euro by user login and password

Parameters

userName

Name of the user

password

Password

companyId

Unique identifier of the company

proxy

Proxy address if needed

Returns

Instance of the RestClient object


CreateCatiRestClient(string xConfirmitApiKey, int companyId, string proxy)

Creates CATI REST client to send http requests to CATI REST API on Euro by xConfirmitApiKey

Parameters

xConfirmitApiKey

xConfirmitApiKey value

companyId

Unique identifier of the company

proxy

Proxy address if needed

Returns

Instance of the RestClient object