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 1. Methods for handling DataSet messages
Create method Populate method Access method
createDataSetMessage procedure setDataSet procedure reset procedure clearBody procedure getDataSet function

For an example of a DataSetMessage, see DataSetMessage .