User login

Setting WSClient timeout?

Forums :

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: Setting WSClient timeout?

timeout option is not supported in the current implementation fo WSF/Ruby

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.