Previous Topic: View to XML MappingNext Topic: Selecting a Proxy


XML and Standard Proxy Support

For the COM and Java (Classic Style) proxies, XML support is implemented to work on top of the standard support. These two proxies are inherently stateful and thus, an executeXML call modifies the proxy import view, export view, and standard properties. In general, after an executeXML is executed, the error information or export data can be retrieved by passing the export XML or by calling the various get methods on the individual properties.

The .NET and Java proxies are stateless, so the XML methods do not modify any state of the proxy.