Hello,
I need to analyze schema violations during document insert. But how can I detect that a TInsertException thrown by
TXMLObjectAccessor.insert(TXMLObject xmlObject)
is exactly caused by a schema violation and not some other reason?
Well, I could simply scan the access failure message for certain INOXDE77xx
error codes, but the list should be pretty long. I also thought of scanning
the access failure message for a “(INOXDE77xx, (cvc-” pattern, but is that safe?
Maybe someone of you has a better idea?
Thanks alot
// P. S. I am using Tamino 4.1.4 and Tamino API4J 4.1.4.2
#API-Management#webMethods#webMethods-Tamino-XML-Server-APIs