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
Esha Sharma 4Esha Sharma 4 

Partner WSDL missing SoapBindingStub and SForceServiceLocator

My project was accessing a lower salesforce API. To access some relationships which were present in a higher API, we changed the endpoint url to /Soap/u/43.0/ and generated partner wsdl from the xml. However after I include that in our project, it has unresolved references for SoapBindingStub and SForceServiceLocator. I can see the new jarfile is missing these classes. How can I resolve these references?  

I generated jar using https://github.com/forcedotcom/wsc.