NavigatorWebService GetAddressXml Method Navigator Web Services Developer Documentation
This HTTPGET function will return an address string from any given valid UK post code

Namespace: DmsNavigator
Assembly: DmsNavigator (in DmsNavigator.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax

public PostCodeLookUp GetAddressXml(
	string data
)

Parameters

data
Type: OnlineSystem String
URL that contains the API key and the Post Code for lookup

Return Value

Type: PostCodeLookUp
XML string representation of the PostCodeLookup class

Implements

INavigatorWebService GetAddressXml(String)
See Also