characterConversionException

Type: Boolean

The characterConversionException property of the JadeWebServiceConsumer class is set to true by the framework if a Web service response on an ANSI system contains non-ANSI characters (that is, characters with a code greater than 127) and the option not to raise a character conversion exception has been set. For details about whether a character conversion exception is raised, see the handleCharConversionException property.

If the characterConversionException property is true, the value of the soapResponse property is the unconverted response string containing the non-ANSI characters.