You need to sign in to do that
Don't have an account?

executeAnonymous pwned me :/
Whenever I call
apexApiObject.executeAnonymous(apexCode);
it throws an error
System.Web.Services.Protocols.SoapHeaderException: No operation available for request
{http://soap.sforce.com/2006/08/apex}executeAnonymous
even if my apexCode = ";" ;
Can you please help me out with this, please?
You are sending the request to the wrong endpoint URL.

So which one is the right on? Login Result gives me only two options: serverUrl i metadataServerUrl...
the one in the apex wsdl.