diff --git a/src/wstools/tests/config.txt b/src/wstools/tests/config.txt index 6506613..b3bde8f 100644 --- a/src/wstools/tests/config.txt +++ b/src/wstools/tests/config.txt @@ -21,7 +21,7 @@ archives = ('xmethods.tar.gz', 'schema.tar.gz') # SECTION [services_by_file] - all services locally available for # testing. ########################################################################## -#[services_by_file] +[services_by_file] #ogsi = schema/ogsi/ogsi_service.wsdl #airport = xmethods/airport.wsdl #distance = xmethods/Distance.wsdl @@ -36,7 +36,7 @@ archives = ('xmethods.tar.gz', 'schema.tar.gz') #siteInsepct = xmethods/siteInspect.wsdl #TemperatureService = xmethods/TemperatureService.wsdl #usweather = xmethods/usweather.wsdl -#zip2geo = xmethods/zip2geo.wsdl +zip2geo = xmethods/zip2geo.wsdl #SolveSystem = xmethods/SolveSystem.wsdl.xml ########################################################################## diff --git a/src/wstools/tests/xmethods/zip2geo.wsdl b/src/wstools/tests/xmethods/zip2geo.wsdl new file mode 100644 index 0000000..4be1f39 --- /dev/null +++ b/src/wstools/tests/xmethods/zip2geo.wsdl @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This method will convert a zip code to Longitude and Latitude. You will get better accuracy with the plus 4 added to the zipcode. Use a license key of 0 for testing. + + + + + + + This method will convert a zip code to Longitude and Latitude. You will get better accuracy with the plus 4 added to the zipcode. Use a license key of 0 for testing. + + + + + + + This method will convert a zip code to Longitude and Latitude. You will get better accuracy with the plus 4 added to the zipcode. Use a license key of 0 for testing. + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file