This manual does not explain how to work with the SOAP protocol. For example, you should understand how the Actor and
MustUnderstand attributes in SOAP headers are used to process the message as it passes from its originator, through intermediary applications, to its ultimate destination.
If the actor parameter has a null value then all the immediate children of the Header element are retrieved:
Otherwise, the header specified by the actor attribute is retrieved. For example, given this Headers element in a SOAP event payload:
To remove the specified header part or parts, set the final parameter to true. (The SOAP specification states that if a header is processed it should be removed. You would remove a header if TIBCO BusinessEvents is acting as an intermediary node and the request created using the SOAP functions will be sent on to another server.)
The getAllSOAPBodyParts() function simply returns all SOAP body parts.
The getSOAPBodyParts() function allows you to specify which parts are of interest. Given a body part name and a namespace for a specified SOAPEvent, it returns a String array of matching SOAP body parts in serialized form. Name and namespace parameters cannot be null.