Hi, on some cases when i run load of syncMultipleLeads operations i get a few timeouts:
, com.sun.xml.internal.ws.client.ClientTransportException: HTTP transport error: java.net.ConnectException: Connection timed out
Any idea why?
should i increase the default timeout? (using this call:
((BindingProvider)port).getRequestContext().put("com.sun.xml.internal.ws.request.timeout", 0))
thanks, Michal