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