Previous Topic: XML Request Attribute Mappings for Java Proxy and .NET ProxiesNext Topic: Response XML


XML Request Attribute Mappings for Java Proxy (Classic Style) and COM Proxies

The following table lists XML attributes and their corresponding Java Proxy (Classic Style) and COM Proxy properties.

XML Attribute Name

Java Proxy (Classic Style) Property

COM Proxy Property

command

CommandSent

CommandSent

clientId

ClientId

ClientId

clientPassword

ClientPassword

ClientPassword

nextLocation

NextLocation

Location

exitState

ExitStateSent

ExitStateSent

dialect

Dialect

n.a

comCfg

ComCfg

ComCfg

serverLocation

ServerLocation

ServerLocation

servletPath

ServletPath

n.a

fileEncoding

FileEncoding

n.a

tracing

Tracing

n.a

The comCfg XML attribute does not directly correspond to an import view object property. Instead, it is equivalent to a parameter present on the various method calls on the proxies for specifying the encoding setting. The method parameter overrides the XML and any XML overrides the defaults.

Specifying the Tracing XML attribute, results in the equivalent of executing the start and stop tracing methods on the proxy object.