BIP5012
Severity
20 : ErrorMessage
XML Namespace not allowed for an attribute unless in the XMLNS domain.Explanation
While writing the XML message the attribute <insert_0> was found with Namespace <insert_1>. Namespaces are only allowed in the XMLNS domain.Response
If you wish to process namespaces change the domain to be XMLNS. If you do not wish to process namespaces modify your ESQL so that it does not contain namespace references.