webservice - unknown web method parameter name methodname

后端 未结 3 553
小鲜肉
小鲜肉 2021-01-19 15:10

I called a webservice for fetching items in fullcalendar. The method is never called and firebug gives this error:

*\"POST [http]://localhost:50536/FullCal

3条回答
  •  一整个雨季
    2021-01-19 15:28

    I had the same problem and after spending a lot of time realized that the method was marked as protected and not PUBLIC. I made it public and it started working.

提交回复
热议问题