Try OpenEdge Now
skip to main content
Messaging and ESB
Implementing Messaging : Working with messages : Creating, populating, and accessing messages : TempTableMessage
 
TempTableMessage
A TempTableMessage is a message type whose body contains a temp-table. The information sent and received is based upon the existing XMLMessage. ABL has built in support to transform a temp-table into XML. The following table lists the methods for handling TempTable messages.
Table 27. Methods for handling TempTable messages
Create method
Populate method
Access method
For an example of a TempTableMessage, see TempTableMessage .