Populating from XML

When populating Parametric Search fields via the Dataload API (here), the fields are added as children of the <Item> XML element, one element per field. Each element is named after its field, with the XML namespace prefix u to prevent collisions with standard fields (see here for full XML). The field value is sent in the content of the element. Set-type fields are populated with multiple XML elements, one per set member.

For example, an Integer field Quantity and a GMLPoint field Location may be given as:

<u:Quantity>57</u:Quantity>
<u:Location>47.4500 -122.3000</u:Location>

Copyright © Thunderstone Software     Last updated: Apr 18 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.