I had a jQuery web service invocation of the form: $.ajax({ type: "POST", url: "/ws/MyServices.asmx/MyOpWithNoParam", contentType: "application/json; charset=utf-8", success: function(msg) { //do something }, error: function(xhr, ajaxOptions, thrownError...