I\'m having this headache now, since I\'ve been having this problem the whole day and, still, can\'t fix it. I\'ve looked on Google and StackOverflow for hours, tried many m
Try to change the JQuery URL from :
http://www.example.com/ws/webservice.php/methodName
To:
http://www.example.com/ws/webservice.php?method=methodName
And then try to read it from the $_GET['method'] from PHP, I think this should be your problem