From d22ce11325db7563bb40e691f0a20527c1503025 Mon Sep 17 00:00:00 2001 From: Julien Iguchi-Cartigny Date: Wed, 2 Jul 2014 22:02:10 +0200 Subject: [PATCH] activating one local test --- src/wstools/tests/config.txt | 4 +- src/wstools/tests/xmethods/zip2geo.wsdl | 99 +++++++++++++++++++++++++ 2 files changed, 101 insertions(+), 2 deletions(-) create mode 100644 src/wstools/tests/xmethods/zip2geo.wsdl 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