...
The tests are over here.
Example URLs and Response
Nominal A simple case:
http://10.250.60.189/geocode/findAddressCandidates?f=json&Address=115 Main St&Zip=94105
You can leave out the zip code if you want
http://10.250.60.189/geocode/findAddressCandidates?f=json&Address=115 Main St
This one has lots of parcels...
...
http://10.250.60.189/geocode/findAddressCandidates?f=json&Address=1000 Pine
Example Client
Here is an example client written in python.
...