Previous Topic: Error XMLNext Topic: XML and Standard Proxy Support


View to XML Mapping

Within a request or response element, import and export view data follow similar rules. For example, entity and work views become sub-elements, attributes become sub-elements of entity views, and group views become sub-elements that contain row elements, which themselves contain entity and work view elements.

This is best explained by the following sample import view:

View (Import)

XML

IMPORTS:

Entity View in proxy

text1

text2

 

Group View inGV (2)

Entity View ingroup proxy

text1

text2

<request>

<inproxy>

<text1>…</text1>

<text2>…</text2>

</inproxy>

<inGV>

<row>

<ingroupproxy>

<text1>…</text1>

<text2>…</text2>

</ingroupproxy>

</row>

<row>

<ingroupproxy>

<text1>…</text1>

<text2>…</text2>

</ingroupproxy>

</row>

</inGV>

</request>