Question
Intellativ
Intellativ
US
Intellativ
Posted: Apr 26, 2021
Last activity: May 19, 2021
Last activity: 19 May 2021 23:25 EDT
Closed
Dynamically display XML in UI
REQ: To display the XML response dynamically in the UI. Is there a way to display without parsing all the tags.
For parsing we have to maintain the mapping of all tags and create properties to display in the UI, is there any other approach which can be leveraged in pega ?
***Edited by Moderator: Pooja Gadige to change content format from Discussion to Question, add platform capability tag***
To see attachments, please log in.
@PrabakaranSoundararajan
Assuming you are getting the xml from SOAP service response.
if yes, it is doable, without parsing you are able to get the raw xml.
in the connect soap rule, change map to clipboard, in the map key use the page.property (like .pyApplicationResponse.pyNote).
if you are calling the soap using datapage - map accordingly.
finally you are able get to raw xml