Structure of the Returned Object from Code Sample

The following example illustrates the structure of the returned object that is built by the system as binary name-value pairs from the above code snippet:

Figure 1. Structure of the Returned Object from Code Sample
    <ROOT>
    <FIELDS>
    <FIELD NAME= "personName", VALUE="James Smith" />
    <FIELD NAME= "AddressLine1", VALUE= "1074, Park Terrace"/>
    <FIELD NAME= "AddressLine2", VALUE= "Fairfield, Midway" />
    <FIELD NAME= "AddressLine3", VALUE="UTAH" />
    <FIELD NAME= "userName", VALUE="Caseworker" />
    </FIELDS>
    </ROOT>