Rowset-Based Message Template
The following template shows the overall structure of a message in the PeopleSoft rowset-based message format:
<?xml version="1.0"?>
<psft_message_name>
<FieldTypes>
...
</FieldTypes>
<MsgData>
<Transaction>
...
</Transaction>
</MsgData>
</psft_message_name>Note:
Psft_message_name is the name of the message definition in the PeopleSoft database. Integration Broker inserts this message content into a standard PeopleSoft XML message wrapper for transmission.