The content type application/xml;charset=utf-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8)

后端 未结 8 1265
醉话见心
醉话见心 2020-11-30 10:12

I trying to consume a WCF web service using stand alone application. I am able to view this service using Internet Explorer also able to view in Visual studio service refere

8条回答
  •  执笔经年
    2020-11-30 10:51

    Try browse the WCF in IIS see if it's alive and works normally,

    In my case it's because the physical path of the WCF is misdirected.

提交回复
热议问题