Hi all,
how can be set the connection timeout in vSphere SDK?
I've tried to set in different way on VimPortType, with no luck.
For example:
((BindingProvider) _service).getRequestContext().put(JAXWSProperties.REQUEST_TIMEOUT, DEFAULT_TIMEOUT); // Timeout in millis
((BindingProvider) _service).getRequestContext().put(JAXWSProperties.CONNECT_TIMEOUT, DEFAULT_TIMEOUT); // Timeout in millis
Could you please help?
Documentation in lagging in this area.
Thanks!