From 1d9ba862a4daca6ae784d2d28037e70b9a8cee97 Mon Sep 17 00:00:00 2001 From: Alexander Nohe Date: Wed, 27 Jan 2016 14:43:34 -0500 Subject: [PATCH] Update README.md --- .../geocode-service-geocode-address/README.md | 60 ++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) diff --git a/soap-api/geocode-service-geocode-address/README.md b/soap-api/geocode-service-geocode-address/README.md index 0e9ea04a..97903514 100644 --- a/soap-api/geocode-service-geocode-address/README.md +++ b/soap-api/geocode-service-geocode-address/README.md @@ -11,4 +11,62 @@ You may import this xml and execute it in SoapUI (view free download here http:/ * Shows the structure of GeocodeAddress response * Constructs PropertySetProperty as address to geocode * This sample shows two method (method1 and method2) to geocode an address based on the way address PropertySetProperty is constructed -* This sample shows an alternative way to send soap request instead of using C#.Net or Java (C# code sample: view the Documentation link above) \ No newline at end of file +* This sample shows an alternative way to send soap request instead of using C#.Net or Java (C# code sample: view the Documentation link above) + +Service tested with: + +[World Geocoding Service](http://geocode.arcgis.com/arcgis/services/World/GeocodeServer?wsdl) + +### Method 1: + +```xml + + + + +
+ + + + Address + + 3225 Springbank Ln, Charlotte, NC, 28226 + + +
+
+
+
+``` + +### Method 2: + +```xml + + + + +
+ + + Address + 380 New York Street + + + City + Redlands + + + Region + CA + + + Postal + 92373 + + +
+
+
+
+```