timeouts on soap updates to marketo | Community
Skip to main content
January 7, 2014
Question

timeouts on soap updates to marketo

  • January 7, 2014
  • 1 reply
  • 661 views
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
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

January 7, 2014
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