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
Dhaval PanchalDhaval Panchal 

Not able to login in salesforce using SOAP API

Hello,

I am using SOAP API in C#.net. Every time I tried to login in sandbox it gives an error that "The remote name could not be resolved: 'test.salesforce.com'. Very frequently I am getting this error. I checked my credentials and token all are fine. If I tried to login 5-6 time, some time it works and most of the time it gives me this error.

Please help me if you have any ideas.

Thanks,
Dhaval
Satish_SFDCSatish_SFDC
Are you behind a proxy.
Remote name could not be resolved mostly indicates internet connectivity.
Try to ping the site 'test.salesforce.com' and see if there are any loss in packets.

Regards,
Satish Kumar