I'm calling a distant WebService through a WCF-BasicHttp, and the Webservice's Response encoding is on ISO8859-1, below is the error :The adapter failed to transmit message going to send port "xxx" with URL "http://xxx.lde:83/xxx/server.php". It will be retransmitted after the retry interval specified for this Send Port. Details:"System.ServiceModel.ProtocolException: The content type text/xml; charset=ISO-8859-1 of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 888 bytes of the response were: '<?xml version="1.0" encoding="ISO-8859-1"?>Could you please add or support more encodings rather than only the actuel 3 supported UTF-8, UTF-16 and Big Endean Unicode encodings.
Product Language
Version
Category
Repro Steps