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
bluecapbluecap 

Unable to import of SforceServiceLocator and SoapBindingStub

Hello,

Im getting "The import com.sforce.soap.enterprise.SforceServiceLocator cannot be resolved" and "The import com.sforce.soap.enterprise.SoapBindingStub cannot be resolved" from the two bolded declarations below. Have they been deprecated?

import com.sforce.soap.enterprise.LoginResult;
import com.sforce.soap.enterprise.SessionHeader_element;
import com.sforce.soap.enterprise.fault.ExceptionCode;
import com.sforce.soap.enterprise.fault.LoginFault;
import com.sforce.soap.enterprise.SforceServiceLocator;
import com.sforce.soap.enterprise.SoapBindingStub;


All suggestions are appreciated. Thanks.