I am new to Web Sevice, I am getting the following error when I tried to run my page (Local) in Chrome Console
ERROR
in my case it was failing becasue of there was not POST method in servet, but I had GET method.
so I jsut changed the type:"GET", so it is working now.