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

Issue with Professional Edition
Hi,
We have a customer seeing following error message when using Professional Edition:
API_DISABLED_FOR_ORG: API is not enabled for this Organization or Partner
Our application uses the Partner WSDL and we are setting the clientid as follows:
binding = new SForce.sforce.SforceService();
binding.Proxy = Proxy;
binding.SessionHeaderValue = new SForce.sforce.SessionHeader();
binding.SessionHeaderValue.sessionId = sUserSessionId;
binding.Url = sServerURL;
CallOptions co = new CallOptions();
co.client = "MyClientId";
binding.CallOptionsValue = co;
Is there anything missing?
Thanks
rrichard
We have a customer seeing following error message when using Professional Edition:
API_DISABLED_FOR_ORG: API is not enabled for this Organization or Partner
Our application uses the Partner WSDL and we are setting the clientid as follows:
binding = new SForce.sforce.SforceService();
binding.Proxy = Proxy;
binding.SessionHeaderValue = new SForce.sforce.SessionHeader();
binding.SessionHeaderValue.sessionId = sUserSessionId;
binding.Url = sServerURL;
CallOptions co = new CallOptions();
co.client = "MyClientId";
binding.CallOptionsValue = co;
Is there anything missing?
Thanks
rrichard
I guess the best thing to first is to examine the SOAP message to make sure the header looks correct and that the value being set looks correct. If all looks well send me an email.