Select to view content in your preferred language

Locator Style ArcMap used in ArcGIS Pro 2.9.5 to create Composite Adresslocator: Server respond with different results for the same request

669
1
Jump to solution
03-29-2023 07:45 AM
Labels (1)
MichaelNüßlein
Occasional Contributor

Creating an composite Locator with ArcGIS Pro using the latest Locator Style for ArcMap (Locator Style for Germany) resulted in a Service Definition File which could be uploaded to ArcGIS Server 10.9.1. 

Unfortunately the batch geocoding using SOAP requests doesn't work as expected: Every time I send the same request to the server and get almost always a different result.. The geocoding result is always the same but in the XML result the value  for the first of the two lines "<Value xsi:type="xsd:int">1</Value>" differs in for some results. This didn't happen with ArcMap. Do you have any suggestions, please? I have problems to automatically check for the correct geocoding result from server (XML is always different).

<Records xsi:type="tns:ArrayOfRecord">
<Record xsi:type="tns:Record">
<Values xsi:type="tns:ArrayOfValue">
<Value xsi:type="xsd:int">1</Value>
<Value xsi:type="xsd:int">0</Value>
<Value xsi:type="xsd:string">ort</Value>
<Value xsi:type="tns:PointN">

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
ShanaBritt
Esri Regular Contributor

@MichaelNüßlein ,

Can you clarify some details about the locator?

1. What version of ArcGIS Pro is used to create the composite locator?

2. What tool was used to create the participating locators used in the composite?

3. Do you get the same behavior if you create the participating locators using Germany as the country with the Create Locator tool and the locators are added to the composite and published to ArcGIS Server 10.9.1?

 

-Shana

View solution in original post

1 Reply
ShanaBritt
Esri Regular Contributor

@MichaelNüßlein ,

Can you clarify some details about the locator?

1. What version of ArcGIS Pro is used to create the composite locator?

2. What tool was used to create the participating locators used in the composite?

3. Do you get the same behavior if you create the participating locators using Germany as the country with the Create Locator tool and the locators are added to the composite and published to ArcGIS Server 10.9.1?

 

-Shana