$.get to Webservice does not return response
I am trying to get a response from a webservice, but it seems it cannot be parsed properly (this is the XML error; XML Parsing Error: no element found Location: moz-nullprincipal:{11c9829b-3cae-4d8d-bdfe-265c905cb82e} Line Number 1, Column 1:)
- $.get(linkWS, {}, function(li_data, li_status, li_Request){
- callback(li_data, li_status, li_Request);
- }, "xml" );
In the Firebug response field I don't see any data at all.
Can someone point me in the right direction ?