Hi Dimitar
> When you are running your page is “loadError” alerted?
> If so, please share what is the error thrown by the loadError callback (passed in the error parameter).
No.
Instead the method
downloadComplete: function (data) { alert(data.Payload[0].Name); },
will be fired with the correct data!
So it seams (also according the result of the webrequest in firebug), that
the Service is called and the Response is what it should.
Regards,
Thomas