Page 1 of 1

NuSOAP - need help setting the timeout

Posted: Mon Jun 05, 2006 3:32 pm
by akreider
I'm working with the NuSOAP library.

http://sourceforge.net/projects/nusoap/


I need to have a timeout value of 2-3 hours, instead of the default 30 seconds. I tried changing the $client->response_timeout value, but then still got an error when I call the web service:
"HTTP Error: socket read of headers timed out"

(I tried posting this to the NuSOAP email list, but haven't heard back)


Aaron