Question

Message input data in Application messages

  • 10 August 2022
  • 1 reply
  • 103 views

Badge +3

Hi,

In IEE Apps 10, in Application messages detailed view, the message input data is shown in .xml file. Because I am sending a JSON as the message input I cannot view it by clicking on it as it is not in xml format. 

Is there a way to view this message input in JSON format? (instead of having the message input in .xml file)

Thanks in advance!


1 reply

Userlevel 7
Badge +19

Hi @HIMK01,

You can make use of Plsqlap_Document_API.To_Json.

https://docs.ifs.com/techdocs/foundation1/050_development/200_all_ref_manuals/api_ref_itd/plsqlap/document_methods/default.htm

 

Reply