SanSharma
SanSharma

Reputation: 99

Connection error with mule salesforce connector

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

Upvotes: 0

Views: 3717

Answers (2)

Sashidhar Rao
Sashidhar Rao

Reputation: 78

https://ap1.salesforce.com/services/Soap/u/32.0 https://your sfdc instance /services/Soap/u/32.0 will work

Upvotes: -1

superfell
superfell

Reputation: 19040

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

the /u/ means partner API

the /c/ means enterprise API

Upvotes: 2

Related Questions