79365373

Date: 2025-01-17 16:11:19
Score: 1
Natty:
Report link

You cannot directly include a <!DOCTYPE> declaration within the XML payload sent in the body of a REST request within Informatica IICS.

To pass the <!DOCTYPE in the Informatica REST service request body, you can escape the <!DOCTYPE declaration as follows:

<![CDATA[<!DOCTYPE your-doctype-here>]>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Om Prakash