0
votes

trying to connect to salesforce sandbox with salesforce connector is resulting in following error,

Test connection failed: Check authEndpoint. It must contain '/services/Soap/u/'. authEndpoint specified

the url for connect is https://test.salesforce.com/services/Soap/c/29.0/.

the default connect url that appears on adaptor config is https://login.salesforce.com/services/Soap/u/28.0.

has anyone faced a similar error. if yes is there a workaround.

thanks Santosh

2

2 Answers

1
votes

Use https://test.salesforce.com/services/Soap/u/29.0

the /u/ means partner API

the /c/ means enterprise API