WebServiceAdapter.OutputLocation Property

InfoPath Developer Reference

A read-only property that specifies the XML Document Object Model (DOM) node under which the adapter will copy the XML returned by the XML Web service. Read-only

Version Information
 Version Added:  InfoPath 2003

Syntax

expression.OutputLocation

expression   An expression that returns a WebServiceAdapter object.

Return Value
[IXMLDOMNODE]

Remarks

If the value of the OutputLocation property is not set on a query adapter, it will correspond to the datafields element in the data source associated with the data connection.

Security Level 2: Can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

See Also