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

Address Finder Web Service v2006.1 methods

To see Address Finder Web Service in action, interact with a live sample of an Address Finder client.

findAddressByPoint(point:Point, addressFinderOptions:AddressFinderOptions, token:string):Address

findLocationByAddress(address:Address, addressFinderOptions:AddressFinderOptions, token:string):GeocodeInfo

findLocationByIP(ipAddress:string, addressFinderOptions:AddressFinderOptions, token:string):GeocodeInfo

findLocationByPhoneNumber(phoneNumber:string, addressFinderOptions:AddressFinderOptions, token:string):GeocodeInfo

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

getVersion:string

findAddressByPoint

Returns an address for an x,y coordinate.

Endpoint URL

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

Input

Name

Type

Valid values

point

Point

Point parameters

addressFinderOptions

AddressFinderOptions

AddressFinderOptions parameters

token

string

Authentication token

Output

Address

Code examples

C#.NET

ColdFusion

Java

Visual Basic .NET

findLocationByAddress

Returns an x,y coordinate for an address.

Endpoint URL

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

Input

Name

Type

Valid values

address

Address

Address parameters

addressFinderOptions

AddressFinderOptions

AddressFinderOptions parameters

token

string

Authentication token

Output

GeocodeInfo

Code examples

C#.NET

ColdFusion

Java

Visual Basic .NET

findLocationByIP

Returns an x,y coordinate for an IP address.

Endpoint URL

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

Input

Name

Type

Valid values

ipAddress

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

findLocationByPhoneNumber

Returns location information for a phone number.

Endpoint URL

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

Input

Name

Type

Valid values

phoneNumber

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/AddressFinder

Input

Name

Type

Valid values

dataSource

string[]

Address Finder 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 Finder Web Service.

Endpoint URL

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

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