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
jr.ax70jr.ax70 

Problem encountered while executing sample program

I'm new to sforce. I tried to run the sample Java files provided @ sforce.com without installing Apache axis but with the Jar files downloaded and added in my classpath. I encountered the following exception when I executed Quickstart.java

javax.xml.rpc.ServiceException at com.sforce.soap.enterprise.SforceServiceLocator.getSoap(SforceServiceLocator.java:38)

at com.salesforce.quickstart.Quickstart.doLogin(Quickstart.java:209)

at com.salesforce.quickstart.Quickstart.mainLoop(Quickstart.java:72)

at com.salesforce.quickstart.Quickstart.(Quickstart.java:38)

at com.salesforce.quickstart.Quickstart.main(Quickstart.java:33)

Can anyone help me in getting started with step-by-step instructions.

Thanks

R