What\'s my function\'s problem? I want to read the response from my webservice but I just receive an error.
The browser message is:
undefined-
Like you use them your OnError and OnSucces are functions that need parameters. Maybe try something simpler like this first to get more feedback:
error: function(status, error) { alert(status + " - " + error); }