UpdateXmlDoc method: IntBroker class

Syntax

UpdateXmlDoc(&XmlDoc, TransactionId, DataType)

Description

Use the UpdateXmlDoc method to update a message in the message queue with the specified message data.

Note:

This method shouldn't be used in a subscription program.

Parameters

Parameter Description

&XmlDoc

Specify an already instantiated and populated XmlDoc object.

TransactionId

Specify the transaction ID of the message you want to update.

DataType

Specify the data type of the message that you want to update. Valid values are:

Constant Value Description

%IntBroker_BRK

Update the message for the web services gateway.

%IntBroker_PUB

Update the message for the publication contract.

%IntBroker_SUB

Update the message for the subscription contract.

Returns

A Boolean value, true if the message was updated successfully, false otherwise.