Forum Discussion
Awesome
16 years agoFrequent Contributor
hi,
another question about this:
prior to a fix to our app, our soap response was saying encoded in UTF-8 but the data was in ISO 8859-1, viewing such a message in IE 8, produced the xml error below.
after our fix 'use UTF-8 encoding for output', IE 8 displayed the message correctly.
QUESTION: shouldn't soapui have flagged the message as a schema failure (the IE 8 is) since the encoding UTF-8 did not match the data ISO8859-1?
----IE 8 Message----
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then
click the Refresh button, or try again later.
--------------------------------------------------------------------------------
An invalid character was found in text content. Error processing resource
'http://bvt300-secure.convio.com:8080/1.0/bvt309/...
another question about this:
prior to a fix to our app, our soap response was saying encoded in UTF-8 but the data was in ISO 8859-1, viewing such a message in IE 8, produced the xml error below.
after our fix 'use UTF-8 encoding for output', IE 8 displayed the message correctly.
QUESTION: shouldn't soapui have flagged the message as a schema failure (the IE 8 is) since the encoding UTF-8 did not match the data ISO8859-1?
----IE 8 Message----
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then
click the Refresh button, or try again later.
--------------------------------------------------------------------------------
An invalid character was found in text content. Error processing resource
'http://bvt300-secure.convio.com:8080/1.0/bvt309/...