Hi, I wrote a webservice where clients fetch a filelist from a server, download all files of the list and send their result back to the server. The server gets disconnected every 24 hours and gets a new IP - so I have to use a dynamic dns service.
The problem is that Axis reuses the old IP and does no new DNS query (at least I found none when I did a network trace). I use WSDL2Java and tried to create a new stub object for every call but that didn't help. Is there a way to force Axis to do a new DNS query for every call (or for better performance maybe expire an IP after some minutes) ? -- MfG Thomas Mueller - http://www.tmueller.com for pgp key (95702B3B)
