Difference between revisions of "Reverse GeoCoder:Licensing"

From Melissa Data Wiki
Jump to navigation Jump to search
(Created page with "← Reverse GeoCoder Web Service Reference {| class="mw-collapsible" cellspacing="2" style="background-color:#f9f9f9; border:1px...")
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Reverse GeoCoder Web Service:Reference|← Reverse GeoCoder Web Service Reference]]
{{ ReverseGeoCoderNav
 
|IntroductionCollapse=
{| class="mw-collapsible" cellspacing="2" style="background-color:#f9f9f9; border:1px solid #aaaaaa; font-size:9pt; color:#0645ad; padding:8px 8px;"
}}
! style="text-align:left; color:black; border-bottom:1px solid #aaaaaa;"|'''Reverse GeoCoder Web Service Navigation'''
|-
| style="padding-right:220px;"|
|-
|
{| class="mw-collapsible" style="width:100%;"
|- align="left"
! style="color:black;"|[[Reverse GeoCoder Web Service:Introduction|Introduction]]
|-
|[[Reverse GeoCoder Web Service:Licensing|Licensing]]
|}
|-
|
{| class="mw-collapsible mw-collapsed" style="width:100%;"
|- align="left"
! style="color:black;"|[[Reverse GeoCoder Web Service:Request|Request]]
|-
|[[Reverse GeoCoder Web Service:Request Elements|Request Elements]]
|-
|[[Reverse GeoCoder Web Service:Request Record Elements|Request Record Elements]]
|-
|[[Reverse GeoCoder Web Service:Example Request|Example Request]]
|}
|-
|
{| class="mw-collapsible mw-collapsed" style="width:100%;"
|- align="left"
! style="color:black;"|[[Reverse GeoCoder Web Service:Response|Response]]
|-
|[[Reverse GeoCoder Web Service:Response Elements|Response Elements]]
|-
|[[Reverse GeoCoder Web Service:Response Record Elements|Response Record Elements]]
|-
|[[Reverse GeoCoder Web Service:Example Response|Example Response]]
|}
|-
|
{| class="mw-collapsible mw-collapsed" style="width:100%;"
|- align="left"
! style="color:black;"|[[Reverse GeoCoder Web Service:Result Codes|Result Codes]]
|-
|[[Reverse GeoCoder Web Service:Result Codes#Result Code Use|Result Code Use]]
|-
|[[Returned Result Codes:Web Services#Reverse GeoCoder Web Service|Returned Result Codes]]
|}
|-
|
{| <!--class="mw-collapsible mw-collapsed"--> style="width:100%;"
|- align="left"
! style="color:black;"|[[Reverse GeoCoder Web Service:Sample Code|Sample Code]]
|}
|}




Line 60: Line 8:
==Licensing==
==Licensing==


The license string is a software key required to use the web service. You will receive your license string from you Melissa Data representative. Without the license string, the Reverse GeoCoder Web Service will not function.
The License Key is a software key required to use the service. You will receive your License Key from your Melissa 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 [[Reverse GeoCoder:Request Elements#Customer ID|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 License Key. The package you will be requesting will be pkgReverseGeo. Please download the Token Server Support Sample file for sample code and more instructions.


To set the license string, use the CustomerID property in your requests. See [[Reverse GeoCoder Web Service:Request Elements#Customer ID|Customer ID]] for more information.
[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/ReverseGeocoder/ReverseGeoTokenIP.zip Token Server Support File]




[[Category:Reverse GeoCoder Web Service]]
[[Category:Reverse GeoCoder]]
[[Category:Reference]]
[[Category:Reference]]

Latest revision as of 19:28, 8 March 2019

← 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 your Melissa 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 License Key. 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