3.17 WriteResource

POST method to write to a resource (for example, a file) associated with a Workflow Automation provider namespace object.

3.17.1 Request Parameters

Include the following parameters in the request URL as needed.

Parameter

Description

  • sessionID
  • userName
  • password
  • hostName
  • portNumber

All web service calls require BSL authentication and may optionally identify a Workflow Automation Server. For more information about authentication and identification, see Authentication and Identification.

3.17.2 Request Data

Include the following elements in the POST request data as needed.

Element

Description

Path

REQUIRED. Workflow Automation provider namespace path.

Buffer

Data to write to ResourceName.

Provider

REQUIRED. Workflow Automation provider name.

HINT:You can get a list of all the active providers for a Workflow Automation Server using the GetManagementServices method.

ResourceName

REQUIRED. Name of the resource to which to write.

StartPosition

OPTIONAL. Offset within the resource at which to begin writing. If omitted, the default is to start writing at the beginning of the resource.