TestConnection
When logged into System Administration, under Connection, the Web Services tab, this Web Service performs the action of the "Test Connection" button.
Inputs: <InputParameter>
Properties | Attribute Type | Description |
---|---|---|
DataSourceID: string | Message Header |
Outputs: TestConnectionResponse
TestConnectionResponse Structure
Properties | Attribute Type | Description |
---|---|---|
TransactionID: long | Message Header | A long integer value represents the current import transaction. And It is used later as an input parameter when executing and finalizing the data import. If the TransactionID value is 0, it means the registration is failed. |
Message: string | Message Header | A value describes the error when the data transfer fails. Otherwise, it’s ‘Success’. |
TestConnectionResult: string |
Back to top