Should I set something special to allow POST requests to my web service (using Services Framework)?
When accepting GET works perfectly (HttpGet attribute), but when I switch to POST (HttpPost) it returns a 404 page:
No HTTP resource was found that matches the request URI 'http://<application path>/DesktopModules/<ModulePath>/API/MyController/List'.
No action was found on the controller 'MyController' that matches the request.