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
SeanMSSeanMS 

Apex Explorer Endpoint URL?

Hello - I cannot figure out which URL to use for the Apex Explorer Endpoint. Upon install, the Endpoint defaulted to https://www.salesforce.com/services/Soap/u/8.0. I then ran into the "no semi joins allowed" error and found on the message boards that I need to update the API version. So, I've tried updating (both the Endpoint and Serv. URL) to all of the following, but get login failure, or cryptic pop-up error messages, or Apex Explorer crashes altogether! Can someone please tell me how to figure out what the Enpoint URL should be? FYI - I'm using https://www.salesforce.com/services/Soap/c/17.0 for my API operations and it works fine...

 

https://www.salesforce.com/services/Soap/u/17.0  (cryptic pop-up errors)

https://test.salesforce.com/services/Soap/c/17.0    (login failure message)

https://login.salesforce.com/services/Soap/c/17.0   (crashes and closes the application!)

 

Thanks!!!

Best Answer chosen by Admin (Salesforce Developers) 
AndrzejWAndrzejW

Try https://www.salesforce.com/services/Soap/u/16.0. It works for me. Unfortunately https://www.salesforce.com/services/Soap/u/17.0 doesn't work. There are very few new features in 17.0, so you may be happy with 16.0.

Cheers,

Andrzej

All Answers

AndrzejWAndrzejW

Try https://www.salesforce.com/services/Soap/u/16.0. It works for me. Unfortunately https://www.salesforce.com/services/Soap/u/17.0 doesn't work. There are very few new features in 17.0, so you may be happy with 16.0.

Cheers,

Andrzej

This was selected as the best answer
SeanMSSeanMS
Thank you, Andrzej. https://www.salesforce.com/services/Soap/u/16.0 appears to be working for me now. I also had to reinstall Apex Explorer and delete the HKCU\Software\sforce\ApexExplorer8.0 registry entry because I somehow got myself into the problem of Apex Explorer crashing *every time* I logged in no matter which Endpoint URL I used!