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
kamalkumarkamalkumar 

The import com.sforce.soap.enterprise.SoapBindingStub cannot be resolved

I am new to Salesforce and Java developement. I created a jsp page and used the sf api's. Its running on my locathost but not on the prod server. I am getting the following error:
 
org.apache.jasper.JasperException: Unable to compile class for JSP

Generated servlet error:
The import com.sforce.soap.enterprise.SoapBindingStub cannot be resolved

Urgent help is appreciated.
Hyperic WebDevHyperic WebDev
Same.  I generated the code from the WDSL using Eclipse and then added the Samples.java code from the Developer API doc and it won't compile because it can't find SoapBindingStub.  I'll post back if I find the classfile somewhere or if it's generated code.
Zhong LiZhong Li
@kamalkumar @Hyperic WebDev Have you solved this problem? I met the same thing, would you please let me know if you find a solution. Thanks
Sankalp VyasSankalp Vyas
Please, let us know the solution for this problem???