Calling a webservice that uses ISO-8859-1 encoding from WCF

前端 未结 4 1729
夕颜
夕颜 2020-11-30 06:21

I am trying to call a webservice using WCF that uses the following encoding:

 

I cann

4条回答
  •  遥遥无期
    2020-11-30 07:23

    If you don't want to deal with tons of downloaded codes and low level implementation you can workaround by using a old style request using HttpWebRequest class, as described here. Now, you will exempt of automatized code and facilities of the Interface and will play with manual Xml parsing.

提交回复
热议问题