Hi,
starting Wednesday, 28 September 2016, 21:11 CET, I occasionally get SAXParseException when Axis tries to parse the SOAP-Response, e.g.
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 35807; The element type "descriinalUrls" must be terminated by the matching end-tag "</descriinalUrls>" must be terminated by the matching end-tag.
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 36281; The element type "id" must be terminated by the matching end-tag "</id>" must be terminated by the matching end-tag.
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 36612; The element type "description" must be terminated by the matching end-tag "</description>" must be terminated by the matching end-tag.
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 36729; The element type "headlinePart1" must be terminated by the matching end-tag "</headlinePart1>" must be terminated by the matching end-tag.
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 37224; Attribute name "xmlnTexHeader" associated with an element type "ad" must be followed by the " = " character.
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 37682; The element type "headline" must be terminated by the matching end-tag "</headline>" must be terminated by the matching end-tag.
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 37991; The element type "adGroupId" must be terminated by the matching end-tag "</adGroupId>" must be terminated by the matching end-tag.
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 38101; The element type "Ad.type " must be terminated by the matching end-tag "</Ad.Type>" must be terminated by the matching end-tag.
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 38158; Element type "e" must be followed by either attribute specifications, ">" or "/>"
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 38166; The element type "headlinePart2" must be terminated by the matching end-tag "</headlinePart2>" must be terminated by the matching end-tag.
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 39351; The element type "headlinePart1" must be terminated by the matching end-tag "</headlinePart1>" must be terminated by the matching end-tag.
The column number is always quite high. For me it looks like the response stream isn't flushed in rare cases.
Does someone else have the same problem?
Regards,
Christian