WebDAVDeliveryOption

The options to set for Web-based Distributed Authoring and Versioning (WebDAV) delivery of a report. This type is used in the ArrayOfWebDAVDeliveryOption complex data type.

Fields Provided by WebDAVDeliveryOption

Field Description

String deliveryAuthType

Authentication type. Valid values are: None, Basic, Digest

String password

If a proxy server has been set up, the password required to access the proxy server.

String remoteFilePath

The path to directory on the remote server to which to deliver the report file.

String server

Required. The WebDAV server name (for example, myserver). If empty, a SOAP fault is thrown with the following message:

WebDAV server is not specified.

String userName

If a proxy server has been set up, the user name required to access the proxy server.