jeffweiss / forcex

Elixir library for the Force.com / Salesforce / SFDC REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bulk Client login ignores provided endpoint value

timbuckley opened this issue · comments

Forcex.Bulk.Client.login ignores the provided endpoint in the conf if passed in, and instead always makes a HTTPoison.post! to "https://login.salesforce.com/services/Soap/". See here:
https://github.com/jeffweiss/forcex/blob/master/lib/forcex/bulk/client.ex#L58

This means I cannot make Bulk requests against test.salesforce.com or other endpoints.

Fixed with #46