today I spoke to a HSS based user who runs into issues in his geocoding process:
As the current SAP wrapper in the geocoding API does not support the structured address search (aka SearchByAddress) he is forced to assemble a temporary input address based on multiple elements of an address.
So his question is now:
what is the most promising structure of a single field address? He expects something like
Is it that simple?{Country ISO2},{Zipcode} {City} {District} {Street} {Housenumber}
Are there some Nogo's?
Bernd