Difference between revisions of "Reverse GeoCoder:Licensing"

From Melissa Data Wiki
Jump to navigation Jump to search
Line 8: Line 8:
==Licensing==
==Licensing==


The license string is a software key required to use the service. You will receive your license string from you Melissa Data representative. Without the license string, Reverse GeoCoder will not function.
The License Key is a software key required to use the service. You will receive your License Key from you Melissa Data representative. Without the License Key, Reverse GeoCoder will not function.


There are two types of licenses:
There are two types of licenses:
Line 17: Line 17:
:This is a license that returns the latitude and longitude for the returned address.
:This is a license that returns the latitude and longitude for the returned address.


To set the license string, use the CustomerID property in your requests. See [[Reverse GeoCoder:Request Elements#Customer ID|Customer ID]] for more information.
To set the License Key, use the CustomerID property in your requests. See [[Reverse GeoCoder:Request Elements#Customer ID|Customer ID]] for more information.




==Token Server==
==Token Server==
Instead of a license, a temporary Token can be used on your client side application to not expose your CustomerID. The package you will be requesting will be pkgReverseGeo. Please download the Token Server Support Sample file for sample code and more instructions.
Instead of a License Key, a temporary Token can be used on your client side application to not expose your CustomerID. The package you will be requesting will be pkgReverseGeo. Please download the Token Server Support Sample file for sample code and more instructions.


[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/ReverseGeocoder/ReverseGeoTokenIP.zip Token Server Support File]
[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/ReverseGeocoder/ReverseGeoTokenIP.zip Token Server Support File]

Revision as of 19:23, 16 December 2016

← Reverse GeoCoder

Reverse GeoCoder Navigation
Introduction
Licensing
Input/Output
doLookup
  ↳  Request
  ↳  Response
doLookupPostalCodes
  ↳  Request
  ↳  Response
doLookupFromList
  ↳  Request
  ↳  Response
Examples
REST XML
REST JSON
JSON
XML
Result Codes
Result Code Use
Reverse GeoCoder Result Codes
Sample Code



Licensing

The License Key is a software key required to use the service. You will receive your License Key from you Melissa Data representative. Without the License Key, Reverse GeoCoder will not function.

There are two types of licenses:

1. ReverseGeo
This is a license that only returns addresses.
2. ReverseGeo GeoCoderEnabled
This is a license that returns the latitude and longitude for the returned address.

To set the License Key, use the CustomerID property in your requests. See Customer ID for more information.


Token Server

Instead of a License Key, a temporary Token can be used on your client side application to not expose your CustomerID. The package you will be requesting will be pkgReverseGeo. Please download the Token Server Support Sample file for sample code and more instructions.

Token Server Support File