NuSOAP - need help setting the timeout

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
akreider
Forum Commoner
Posts: 46
Joined: Mon May 22, 2006 3:54 pm
Location: USA

NuSOAP - need help setting the timeout

Post 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
Post Reply