2 posts / 0 new
Last post
Salesforce Login Error
I get the following error when tying to integrate from Salesforce to database . " SalesforceAdapter login-SEVERE: An unexpected error has occurred.java.net.UnknownHostException: www.salesforce.com".
You voted 2. Total votes: 2640

The exception is due to the usage of the wrong soap endpoint URL. For a production instance, the soap endpoint URL will be :
https://login.salesforce.com/services/Soap/u/32.0 and for sandbox instance the URL will be: https://test.salesforce.com/services/Soap/u/32.0

You voted 2. Total votes: 2395