GetDomain Method

This method is used to determine domain information for a specified Account. It is useful for determining which server ContactAnywhere users should be logging in to. The method may return other information apart from a domain name such as whether or not SSL should be used for secure logins.

Arguments
  1. string Account
Response
  1. DataSet ResponseDataSet

ResponseDataSet will contain a Status DataTable with a single row and the following columns:

and, if successful, a Data DataTable with one row and at least the following columns:

Example

The following Web Service call:

GetDomain("Acme")

could produce a DataSet with the following Status DataTable:

Code Text Reference
0 OK 18,23

and the following Data DataTable:

Domain SSL
www.anywheresg.com 1