Setting WSClient timeout?
Hello, I need to increase the client timeout. It seems to be set to 60 seconds.
I tried a "timeout' parameter I have seen in the wsclient forum but ti does not seem to work...
Is the following the correct syntax? Is this parameter actually implemented?
client = WSClient.new( {"to" => endPoint,
"use_mtom" => "TRUE",
"response_xop" => "TRUE",
"timeout" => 120},
options.logPath + @logFileName )
Thanks,
Thierry Thelliez
- Login or register to post comments
- Printer friendly version
- 191 reads











Re: Setting WSClient timeout?
timeout option is not supported in the current implementation fo WSF/Ruby