*This is just a simple way to test any Web Service avaiable on the web.

WSDL Url: 


Documentation:

  GeoPlaces Service is the evolution of ZipCode Lookup service. It enhances ZipCode Lookup by adding support for city names. Now you can find near by zip codes and cities, find distance between zip codes and cities, get coordinates of zip codes and cities. Place's coordinates are determined using an approximate center point of the shape.

Methods:

  GetPlacesWithin (string place, string state, float distance, tnGeoPlaceType placeTypeToFind);
  FindPlacesAroundAreaCode (int areaCode, float distance, tnGeoPlaceType placeTypeToFind);
  FindPlacesAroundAreaCodeFiltered (int areaCode, float distance, tnGeoPlaceType placeTypeToFind, string filter, tnFilterType filterType);
  GetPlacesWithinFiltered (string place, string state, float distance, tnGeoPlaceType placeTypeToFind, string filter, tnFilterType filterType);
  GetDistanceBetweenPlaces (string place1, string state1, string place2, string state2);
  GetPlaceDetails (string place, string state);
  GetAllStates ();
  GetAllUserPlaces ();
  SaveUserPlaces (tnArrayOfUserPlaceDetail places);
  GetUserPlacesWithin (string place, string state, float distance, string category);
  GetPlacesInside (string place, string state);