I get the following error when tying to integrate from Salesforce to database . ” SalesforceAdapter login-SEVERE: An unexpected error has occurred.java.net.UnknownHostException: http://www.salesforce.com”.
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 must be logged in to reply to this topic.