We're writing a J2ME app for phones. One of our requests is rather long > 20 seconds. We are getting a 502 Wap Gateway response error. Looking at the TCP logs I see that the Wap Gateway is a Nokia Artuse Wap Gateway (v3.0?).
Our guess is that the WAP gateway is timing out the request as short lived requests go fine. It doesn't seem to have anyting to do with the amount of data sent.
So does anybody know if the Nokia WAP gateway has a timeout like this? Is it settable? IS there something that a client app could do about the setting. For example change it via an HTTP header.