Daniel Perry wrote:
I've recently been doing a bit of work involving another companies web service, and thanks to their non-existent use of integer primary keys (or for that matter any indexes) and the greatness that is MS's server products, it takes it about half an hour to return some XML data.
Simply doing:
call.setTimeout(new Integer(60*60*1000));
Yup, we tried that. Same problems - we're using setTimeout(new Integer(0)) to say no timeout but the same issue occurs with very large timeouts as well, we always get this error two minutes after the initial call.
Tom
