WCF Web Service error: “Service endpoint binding not using HTTP protocol”?

后端 未结 8 971
无人及你
无人及你 2021-01-04 12:58

I\'ve got a simple WCF service that has worked fine while I\'ve been testing on my dev machine.

Now I\'ve moved the web service to a web server, and I\'m running the

8条回答
  •  灰色年华
    2021-01-04 13:34

    I just leave this here just in case someone need it. I came across with the same error. I was calling my service which has an argument of the type Dictionary and one of the key/value pairs had the string value set to null.

    I changed the code to make sure there were no null values and it worked

提交回复
热议问题