handleCharConversionException

Type: Boolean

The handleCharConversionException property of the JadeWebServiceConsumer class specifies whether an exception is raised by an ANSI JADE system if a response from a Web service contains non-ANSI characters (that is, characters with a code greater than 127).

A character conversion exception occurs only on a Unicode system if the Web service response contains invalid UTF8 characters.

If the value of the property is false, the default value, a character conversion exception is raised and the extendedErrorText property of the exception object is set to the unconverted response string containing the non-ANSI characters. If the value of the property is true, instead of raising an exception, the characterConversionException property is set to true and the value of the soapResponse property is set to the unconverted response string containing the non-ANSI characters.