November 2007
Intermediate to advanced
928 pages
26h 9m
English
On one hand, you have property paths that identify properties you want to request, and on the other hand, you have child elements that contain the actual data as shown in Figure 3-4.

Figure 3-4. Mapping property paths to instance elements
You make a request, adding property paths as additional property elements. However, in the response, the corresponding property values come back as instance elements. The question that comes to mind is, "How do I map from what I requested to what I received?" Unfortunately, there is no single line solution for this. Certainly, most properties can be mapped by inspection, ...