i am new here, the problem is that i want retrieve data from a third party web services, this web services come from another company, for the url i think that the web service was made in java ("http://javaee.ws.xxxx.com"), the problem is when i try to use a method of the web service, the method send a error and say me that:
"The content type text/plain 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 1024 bytes of the response were: '..."
i try to change this
<basicHttpBinding>
<binding name="xxxSoapHttp" useDefaultWebProxy="True" **textEncoding="utf-8"**/>
</basicHttpBinding>
but the error persist....