Output

The output for the activity is the following.

Output Item

Datatype

Description

outputClass

complex

The root class for the output of the Retrieve Resources activity. This class contains all output items for the activity.

resourceData

string

The resource that can be used by a client to invoke the specified process as a web service.

You can pass this data back to the HTTP requestor by using a Send HTTP Response activity and binding this value to the asciiContent of the response.

resourceBytes

binary

The retrieved resource as binary data. This is useful if binary data, such as an image, is part of the resource.

If the retrieved resource is only binary data, the resourceData string element is not available.

You can pass this data back to the HTTP requestor by using an HTTP Send Response activity and binding this value to the binaryContent of the response.