I get the following error \"Web Service method name is not valid\" when i try to call webmethod from javascript
System.InvalidOperationException: SaveBO
In my case the error was that the Web Service method was declared "private" instead of "public"