function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ClintHegneyClintHegney 

Soap Endpoint when starting project in eclipse

Eclipse end point url? I know how to programmatically get this url in code, but when starting a project in eclipse it is asking for the url, I don't know what it is.
Ron HessRon Hess
if you leave this blank it should default to the standard endpoint produced by your login and password, i never bother to set this.

only reason to ever set this ( that i can see ) would be to access a test instance on the sandbox.
MAngrisanoMAngrisano
What if you do want to point to a test instance on the sandbox? (I do). What do you put in then?
SteveBowerSteveBower
https://test.salesforce.com/services/Soap/u/7.0
MAngrisanoMAngrisano
Thanks!