I called a webservice for fetching items in fullcalendar. The method is never called and firebug gives this error:
*\"POST [http]://localhost:50536/FullCal
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.