XMethods Logo

Home ·  Tools · Implementations · Manage · Register · Tutorials · About

Partner4 Logo Partner3 Logo Partner2 Logo

ZipToCityState

WSDL

http://www.winisp.net/cheeso/zips/ZipService.asmx?WSDL     Analyze WSDL   |   View RPC Profile  (only for RPC services)
Owner:dpchiesa
For more Info:http://www.winisp.net/cheeso/zips
Description:Retrieves valid City+State pairs for a given US Zip Code, or longitude/latitude for a zipcode. Also retrieves zipcodes for city/state pairs.

Endpoints

URLPublisherContact EmailImplementation
http://www.winisp.net/cheeso/zips/ZipService.asmxdpchiesadpchiesa@hotmail.comMS .NET

Contributed Clients   What is this?     Add / Edit / Delete Client  

NameTypePublisherToolkitLanguageOS
Web Services Performance and Load TesterApplicationLisaWu N/ACross-Platform
Java / Axis / Eclipse SWT client (GUI)Applicationdpchiesa AXISJavaWindows
Client that Connects Directly to theApplicationshulmda CoKinetic PlayerOtherWindows
Java/AXIS clientExample Sourcedpchiesa AXISJavaCross-Platform
Perl clientExample Sourcedpchiesa SOAPLitePerlCross-Platform
Java/GLUE clientExample Sourcedpchiesa GlueJavaCross-Platform
C# clientExample Sourcedpchiesa MS .NETC#Windows
Java/WASP clientExample Sourcedpchiesa WASP Server for JavaJavaWindows


Detailed Description

Retrieves valid City+State pairs for a given US Zip Code. Or, 
retrieves longitude and latitude for a given US zipcode.  Also 
retrieves zipcodes for a given City+State pair.  See home page for 
source code of the ASP.NET implementation as well as source for 
Java clients (GLUE, AXIS, WASP; command line and Swing), and a C# 
client.

Usage Notes

Accepts HTTP-GET, HTTP-POST and SOAP

String[] ZipToCityAndState(String zip)
Returns list of city names for the given zipcode.

Eg, passing "90210" returns "Beverly Hills CA".  Some zipcodes have 
multiple valid city names, so the result is delivered as an 
ArrayOfString.

String[] CityToZip(String city)

likewise, there is a one-to-many mapping between city name and 
zipcode.

LongLat ZipToLongLat(String zip) 
retrieves a struct containing longitude and latitude (formatted as 
doubles) for a given zipcode.

Help  Message Board