Several tasks are available for use in a Business Process that allow for Web Service implementation steps.
AddSoapAttachments
This task adds SOAP attachments with content IDs.
Note: Bold indicates required parameters.
Parameter | Type | Description |
---|---|---|
Soap Attachments | SOAPAttachments | The collection of attachments to add to. |
Content ID(s) | String, Array | The name(s) of the attachment(s) being added. |
Attachments | Storage Node, Array | The container(s) for the attachment(s). |
SendRestReply
This task sends a reply for an inbound Web Service (REST) request to the Web Service Consumer.
Note: Bold indicates required parameters.
Parameter | Type | Description |
---|---|---|
Session | String | Used to internally track the request. |
Reply Document | StorageNode | Output. The data payload (document) to be sent to the Web Service Consumer. |
Reply Headers | Properties | Output. The headers to be sent to the Web Service Consumer. |
SendSoapReply
This task sends a reply for an inbound SOAP Web Service request to the Web Service Consumer.
Note: Bold indicates required parameters.
Parameter | Type | Description |
---|---|---|
Session | String | Used to internally track the request. |
Reply Document | Output. The data payload (document) to be sent to the Web Service consumer. | |
Reply Attachments | Output. The headers to be sent to the Web Service consumer. |
GetSoapAttachmentContentIds
This task retrieves all of the SOAP Content IDs.
Note: Bold indicates required parameters.
Parameter | Type | Description |
---|---|---|
Soap Attachments | SOAPAttachment | The collection of attachments. |
Result (Content IDs) | Array | Output. |
GetSoapAttachmentForContentId
This task retrieves a SOAP attachment for a specified Content ID.
Note: Bold indicates required parameters.
Parameter | Type | Description |
---|---|---|
Soap Attachments | SOAPAttachment | The collection of attachments. |
Content ID | String | The name of the attachment. |
Result | StorageNode | Output. |
GetSoapAttachments
Fetch all SOAP Attachment Storage Nodes from a SOAP Attachments object.
Note: Bold indicates required parameters.
Parameter | Type | Description |
---|---|---|
Soap Attachments | SOAPAttachments | The collection of attachments. |
Attachments | Array | Output. |
Comments
0 comments
Please sign in to leave a comment.