I\'m getting the following error when my win32 (c#) app is calling web services.
The request failed with HTTP status 504: Gateway timeout server response ti
One thing I have observed regarding this error is that is appears only for the first response from the server, which in case of http should be the handshake response. Once an immediate response is sent from the server to the gateway, if after the main response takes time it does not give an error. The key here is that the first response on a request by a server should be fast.