How in include Encoding in the PeopleSoft IB rowset messaging
Hi Team,
Good morning!
We have REST web services in PeopleSoft to other external system. Recently, the external system went on for a transition from IBM MQ to Amazon MQ
We have Rowset based messages sending it to Queue as well as Document builder messages.
The document messages when sent to the Queue are displaying as
<?xml version='1.0' encoding='UTF-8'?>
But, Rowset messages are sent as
<?xml version='1.0'?>
Is there a way to include encoding as part of the message structure in IB Rowset based XML ? Because of not having encoding = 'UTF-8' in rowset based messaging, External system when trying to consume is able to see only XML even though we send application/json.