Soap Delphi Client end with a timeout for a 1MB call

Posted by Cédric Girard on Stack Overflow See other posts from Stack Overflow or by Cédric Girard
Published on 2010-04-16T15:19:51Z Indexed on 2010/04/16 15:23 UTC
Read the original article Hit count: 481

Filed under:
|
|
|

Hi,

we are developing a SOAP webservice (Apache/PHP). All run well for small size calls, but with a 1Mb soap call (the HTTPS call size is 1MB) our Delphi Soap client stop with a timeout on all PC but one, and our PHP clients run well with a default_socket_timeout=300, but stop with a "Error Fetching http headers" with default_socket_timeout=60.

How can we change the timeout for Delphi? In fact this timeout seem to be in a Windows XP network library (wininet.dll called by soaphttptrans.pas)

Thanks
Cédric

© Stack Overflow or respective owner

Related posts about delphi

Related posts about wininet