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 1268
醉话见心
醉话见心 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:53

    In my case it was simply an error in the web.config.

    I had:

    It should have been:

    The port number (:10593) was missing from the address.

提交回复
热议问题