Hello,
We have a Multi-Protocol Gateway where we need to log the incoming request to be able to use it later for calculating checksum.
The problem is that the XML-declaration is missing in the log.
If I set Request Type to Non XML I can see the declaration in the probe but as soon as it is parsed to XML, the declaration disappears.
We don't do any transformation or anything before logging.
Start of request:
<?xml version="1.0" encoding="UTF-8"?>
<Document xmlns=...
Start of log:
<Document xmlns=...
Is the any way to make the XML-declaration visible?
Regards
Jocke D
#DataPower#Support#SupportMigration