timeouts on soap updates to marketo

Anonymous
Not applicable

timeouts on soap updates to marketo

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
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: timeouts on soap updates to marketo

Amnon/Michal
Our REST APIs are serviced by our web-service tier.  Sometimes when the servers are under heavy load, the connection times out. Our recommendation is to try making the connection again on timeouts.  

Raj