Hi everyone,
We have a requirement to read one of the soap response which has diffgram(Table structure). Is it possible to read it in Pega?
Hi everyone,
We have a requirement to read one of the soap response which has diffgram(Table structure). Is it possible to read it in Pega?
Hi @SHALINI KOPURI,
Yes, it is possible to read a SOAP response that contains a DiffGram (which represents a table structure) in Pega. You can try the below approach.
If the response contains a DiffGram, it will typically be mapped to a property of type Page or Pagelist. The DiffGram is an XML format. Use Pega’s XML parsing capabilities to read and extract the data. You can use pxParseXML activity.
After that use a data transform or a custom activity to iterate through the XML and map the data to your properties.
Regards,
Sai G