function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
anu08anu08 

Connection timeout issue while connecting to web services API

Hi,

 

We are facing the issue while connecting to web services API  through java program with the following URL.

 

 

Connected to SF with the URL: https://na1-api.salesforce.com/services/Soap/c/18.0/00D30000000eOvr/0DF300000008fAD

 

sometimes, it is connecting fine, and sometimes it is disconnecting. We found some inconsistancy while connecting to salesforce.

 

We are getting axis Fault exception : Connection Timed Out.

 

Can you please Help on this.

 

Thanks.

 

incuGuSincuGuS

Anu08,

 

Are you executing from a server or your pc?

I have experienced some very random timeouts, but never often. I dont think its a salesforce side problem, otherwise a whole lotta people (including me) would be worried :P.

 

If you are running that in a server try opening a ticket with your support , or if you are the manager/owner try tracerouting to that url see how much LAG it has (how much MS in ping).

 

Other than this i can't think of a way to check it ,

Gaston.