Two Digit / Postal Code
Posted: Wed Jan 16, 2019 3:48 pm
Hey Bernd,
is there any chance to find/suggest addresses (xLocate / findAddress)
by using only CountryCode + The first two digits of a postalcode?
Example/Thought:
Best regards from Münster
Max
is there any chance to find/suggest addresses (xLocate / findAddress)
by using only CountryCode + The first two digits of a postalcode?
Example/Thought:
Code: Select all
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<findAddress xmlns="http://types.xlocate.xserver.ptvag.com">
<Address_1 country="D" postCode="48*" city="" city2="" street="" houseNumber="" />
<ArrayOfSearchOptionBase_2 />
<ArrayOfSortOption_3 />
<ArrayOfResultField_4 />
<CallerContext_5>
<ns2:wrappedProperties xmlns:ns2="http://baseservices.service.jabba.ptvag.com">
<ns2:CallerContextProperty value="PTV_MERCATOR" key="CoordFormat" />
<ns2:CallerContextProperty value="default" key="Profile" />
</ns2:wrappedProperties>
</CallerContext_5>
</findAddress>
</soap:Body>
</soap:Envelope>
Best regards from Münster
Max