MSIR.0668 XML doc parse error: (reason) near or before position (pos) (end flag): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 5: Line 5:
  This message is followed by a message (MSIR.0678 or MSIR.0708) which echoes the input XML document, or a fragment of it which is at or near the location in the string at which the error was discovered.
  This message is followed by a message (MSIR.0678 or MSIR.0708) which echoes the input XML document, or a fragment of it which is at or near the location in the string at which the error was discovered.


[[Category:Sirius Mods Messages]]
[[Category:Sirius Mods messages]]

Revision as of 17:58, 19 April 2013

This message indicates that an error occurred while parsing an XML document. 'Reason' indicates the cause of the error. 'Pos' indicates the input position (in bytes) of the Janus SOAP parsing routine when the error was detected; this may be either quite near the error, or after some point at which the error could be detected; for example:

 <Customer Csut:Name="Dave" xmlns:Cust="http://Customer.Info"/>

The missing declaration for the prefix "Csut" is not detected until the parser detects the ">" denoting the end of the element's start tag.

'End_flag' is either the null string, or is the string (end of input), which indicates that the error occurred after the end of the input string. 
This message is followed by a message (MSIR.0678 or MSIR.0708) which echoes the input XML document, or a fragment of it which is at or near the location in the string at which the error was discovered.