webservice - unknown web method parameter name methodname

后端 未结 3 550
小鲜肉
小鲜肉 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:26

    I recommend you use Fiddler to look at the network traffic and see what's being sent to the service. Then figure out why it's being sent that way.

    It seems likely that you really are somehow sending a parameter named "methodname".

提交回复
热议问题