You are here: Using SOAP > v2006.1 services > Address Manager > Address Manager v2006.1 methods

Address Manager Web Service v2006.1 methods

findAddressesByPoint(points:Point[], addressFinderOptions:AddressFinderOptions, token:string):AddressInfo[]

findLocationsByAddress(addresses:Address[], addressFinderOptions:AddressFinderOptions, token:string):GeocodeInfo[]

findLocationsByIP(ipAddresses:string[], addressfinderOptions:AddressFinderOptions, token:string):GeocodeInfo[]

findLocationsByPhoneNumber(phoneNumbers:string[], addressFinderOptions:AddressFinderOptions, token:string):GeocodeInfo[]

getInfo(dataSources:string[], token:string):AddressFinderInfo[]

getVersion:string

findAddressesByPoint

Returns addresses for a set of x,y coordinates.

Endpoint URL

http://www.arcwebservices.com/services/v2006_1/AddressManager

Input

Name

Type

Valid values

points

Point[]

Point parameters

addressFinderOptions

AddressFinderOptions

AddressFinderOptions parameters

token

string

Authentication token

Output

AddressInfo[]

Code examples

C#.NET

ColdFusion

Java

Visual Basic .NET

findLocationsByAddress

Returns x,y coordinates for a set of addresses.

Endpoint URL

http://www.arcwebservices.com/services/v2006_1/AddressManager

Input

Name

Type

Valid values

addresses

Address[]

Address parameters

addressFinderOptions

AddressFinderOptions

AddressFinderOptions parameters

token

string

Authentication token

Output

GeocodeInfo[]

Code examples

C#.NET

ColdFusion

Java

Visual Basic .NET

findLocationsByIP

Returns x,y coordinates for a set of IP addresses.

Endpoint URL

http://www.arcwebservices.com/services/v2006_1/AddressManager

Input

Name

Type

Valid values

ipAddresses

string[]

IP address in format xxx.xxx.xx.xxx such as "198.102.62.126"

addressFinderOptions

AddressFinderOptions

AddressFinderOptions parameters

token

string

Authentication token

Output

GeocodeInfo[]

Code examples

C#.NET

ColdFusion

Java

Visual Basic .NET

findLocationsByPhoneNumber

Returns location information for a set of phone numbers.

Endpoint URL

http://www.arcwebservices.com/services/v2006_1/AddressManager

Input

Name

Type

Valid values

phoneNumbers

string[]

10-digit string such as "9097932853". Parentheses and dashes are valid but not required.

addressFinderOptions

AddressFinderOptions

AddressFinderOptions parameters

token

string

Authentication token

Output

GeocodeInfo[]

Code examples

C#.NET

ColdFusion

Java

Visual Basic .NET

getInfo

Returns information about geocoding data sources, such as whether they support partial addresses and reverse geocoding and which countries they support.

Endpoint URL

http://www.arcwebservices.com/services/v2006_1/AddressManager

Input

Name

Type

Valid values

dataSources

string[]

Address Manager data sources. Use the name in parenthesis.

token

string

Authentication token

Output

AddressFinderInfo[]

Code examples

C#.NET

ColdFusion

Java

Visual Basic .NET

getVersion

Returns the version number of Address Manager Web Service.

Endpoint URL

http://www.arcwebservices.com/services/v2006_1/AddressManager

Output

string

Code examples

C#.NET

ColdFusion

Java

Visual Basic .NET


Visit the Feedback page to give comments or suggestions about the ArcWeb Developer's Guide.

ArcWeb site | ArcWeb support | support.esri.com

Copyright © ESRI