This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Web Services and the fly likes Can you please suggest me any external web service to find the distance between 2 zip code Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Can you please suggest me any external web service to find the distance between 2 zip code" Watch "Can you please suggest me any external web service to find the distance between 2 zip code" New topic
Author

Can you please suggest me any external web service to find the distance between 2 zip code

Shree Chinnu
Greenhorn

Joined: Jan 16, 2010
Posts: 7
Hi
I want to integrate my web service with an external web service to find the distance between 2 zip codes. Please provide me the WSDL port of those web services.

Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16479
    
    2

I googled "zip code web service". The USPS might have one, but their server was too busy to respond. This one:

http://www.remotemethods.com/home/valueman/validati/zipcodes

has a web service whose description says

Instantly determines the distance between the centroid of two U.S. ZIP codes (e.g. the straight line distance between two points).


And it even seems to be WSDL, which is apparently one of your requirements. (Would you not accept a RESTful web service?) But there's lots more on the first page of returned links. I suggest you do the same search and check out those sites for yourself.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Can you please suggest me any external web service to find the distance between 2 zip code
 
Similar Threads
Part 2 - Webservice integration
Help for Coding Java Program to zip code based search results
calculate distance between 2 post code
trying freely available web services with WSAD and WAS
Calculating the distance between two points problem