Share via


CommonServiceSoap Class

CommonServiceSoap Class

Contains the methods and properties related to calling the common service.

Public Class CommonServiceSoap Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
    Member of [Namespace]
[C#]
public class CommonServiceSoap : System.Web.Services.Protocols.SoapHttpClientProtocol
    Member of [Namespace]

Public Methods

public methodGetCountryRegionInfo

Returns information about one or more countries or regions as an array of CountryRegionInfo[] objects.

public methodGetDataSourceInfo

Returns information about one or more data sources as an array of DataSource[] objects.

public methodGetEntityTypes

Returns an array of EntityType[] objects for a specified data source

.

public methodGetGreatCircleDistances

Returns an array of great circle distances, in kilometers or miles, between specified points. Double[].

public methodGetVersionInfo

Returns the version of MapPoint Web Service as an array of VersionInfo[] objects.

Public Properties

public propertyCustomerInfoHeaderValue The customer-defined code (CustomerInfoHeader object) that represents the transaction being sent to MapPoint Web Service using the CommonServiceSoap methods.
public propertyUserInfoHeaderValue The context-related information (UserInfoHeader object) that defines the locale, language, and unit of measurement in which results are returned from the CommonServiceSoap methods.

See Also

CountryRegionInfo Class | DataSource Class | EntityType Class | VersionInfo Class | CustomerInfoHeader Class | UserInfoHeader Class