You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
I think he's referring to line 110 in exec_anon.xml: <http url="https://login.salesforce.com/services/Soap/c/30.0" method="POST" failonunexpected="false" entityProperty="loginResponse" statusProperty="loginResponseStatus">
Which should probably be replaced with: <http url="https://${host}/services/Soap/c/30.0" method="POST" failonunexpected="false" entityProperty="loginResponse" statusProperty="loginResponseStatus">
Am I right?
That variable is used after login to modify the end point to point to the orgs instance, e.g. na1, eu2 etc. What is needed is an override for the login URL to point to test.salesforce.com for Sandboxes. Its a feature of the standard Salesforce Ant tasks and should tbh have been implemented here as well.
In exec_anon.xml, there is a line with the login harcoded URL:
<http url="https://login.salesforce.com/services/Soap/c/30.0" ..... >
I have to change the URL manually to login into sandbox.
Thanks!
The text was updated successfully, but these errors were encountered: