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>]>