cfsharepoint
9
Overview
ColdFusion
Open BlueDragon
Lucee
Invokes a feature that SharePoint exposes as a web service action, such as the Document Workspacegetdwsdata action.
Attributes
Name | Required | Type | Default | Description | |
---|---|---|---|---|---|
9
|
action | Yes | String | The name of a web service action. See Usage for the list of service actions you can specify. | |
9
|
domain | No | String | The domain name required to connect to the SharePoint server. Required if you do not specify a login attribute. | |
9
|
login | No | Struct | A structure containing user, password, and domain login credentials to pass to the service. If you do not specifydomain ,password, and userNameattributes you must specify a login structure with domain, password, and userName entries. | |
9
|
name | No | String | Name of the result variable in which to put the data returned by the SharePoint service. | |
9
|
params | No | Struct | A structure containing names and values of the parameters to pass to the service. | |
9
|
password | No | String | The password required to connect to the SharePoint server. Required if you do not specify alogin attribute. | |
9
|
username | No | String | The user name required to connect to the SharePoint server. Required if you do not specify alogin attribute. | |
9
|
wsdl | No | String | Path to the service wsdl file. Required to invoke an action that is not in the list of supported actions. See Usage for details. |