SOAP.addAttachment()

Signature

void addAttachment(SimpleEvent soapEvent,String contentID, Object content,String contentType)

Domain

ACTION, BUI

Description

Adds a new attachment to the SOAP message.

Parameters

NameTypeDescription
soapEventSimpleEventTo add attachment for this event
contentIDStringContent ID for this attachment
contentObjectString/byte[] representation of the content
contentTypeStringContent Type for this attachment

Returns

TypeDescription
void