CommonServiceSoap Class

CommonServiceSoap Class

Contains the methods and properties of the MapPoint Web Service common service.


Public Class CommonServiceSoap Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
    

[C#]

public class CommonServiceSoap : System.Web.Services.Protocols.SoapHttpClientProtocol
   

Public Methods

Name Description
public methodGetCountryRegionInfo

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

public methodGetDataSourceInfo

Returns one or more data sources in an array of DataSource objects.

public methodGetEntityTypes

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

public methodGetGreatCircleDistances

Takes an array of latitude and longitude pairs, and returns an array of great circle distances between the specified points. Distances can be returned in either kilometers or miles. Given n elements in the incoming array, the method returns n-1 elements in the return array.

public methodGetVersionInfo

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

Public Properties

Name Description
public propertyCustomerInfoHeaderValue

A customer-defined code (CustomerInfoHeader object) that represents the transaction being sent to MapPoint Web Service by using the CommonServiceSoap methods.

public propertyUserInfoHeaderValue

Context-related information (UserInfoHeader object) that defines the locale, language, and unit of measurement in which results are returned by the CommonServiceSoap methods.

See Also

  CustomerInfoHeader Class   |   UserInfoHeader Class