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)); Set's axis's timeout to an hour, and solved our problems. Daniel. > -----Original Message----- > From: Tom Oinn [mailto:[EMAIL PROTECTED] > Sent: 15 July 2004 12:49 > To: [EMAIL PROTECTED] > Subject: Long running connections > > > Hi all, > > We were at one point able to invoke calls on an axis server (from an > axis client) with call durations in the order of an hour. Now we have a > timeout (with a deeply unhelpful error message of '(0)null') after two > minutes. One of my colleagues has tracked this down to being related to > the bug report here : > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16522 > > At the end of this dims closed it with the comment 'Closing this bug. If > you need HTTP 1.1 / Keep-Alive, then use CommonsHTTPSender.', my > question is 'how?' > > We absolutely need to be able to make calls like this (heavyweight > compute processes on the other end of the wire can take a seriously long > time to complete), any help would be appreciated. > > Cheers, > > Tom Oinn >
