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

Setting up eclipse for salesforce!
import com.sforce.soap.enterprise.AssignmentRuleHeader;
import com.sforce.soap.enterprise.LoginResult;
import com.sforce.soap.enterprise.QueryOptions;
import com.sforce.soap.enterprise.QueryResult;
import com.sforce.soap.enterprise.SaveResult;
import com.sforce.soap.enterprise.SessionHeader;
import com.sforce.soap.enterprise.SforceServiceLocator;
import com.sforce.soap.enterprise.SoapBindingStub;
import com.sforce.soap.enterprise.fault.InvalidIdFault;
import com.sforce.soap.enterprise.fault.InvalidSObjectFault;
import com.sforce.soap.enterprise.fault.LoginFault;
import com.sforce.soap.enterprise.fault.UnexpectedErrorFault;
import com.sforce.soap.enterprise.sobject.SObject;
All of the above cannot be resolved and really confuse! i have got all the classes generated from the enterprise WSDL also i have added the axis2 libraries to my build path! any technical advice?
B
Message Edited by Losintikfos on 07-16-2008 02:53 AM
Message Edited by Losintikfos on 07-16-2008 02:53 AM
Message Edited by Losintikfos on 07-16-2008 02:54 AM
Thanks for the feedback David!
Is it all the jar files within the lib directory or the quickstart.jar withing the quickstart directory?
Message Edited by Losintikfos on 07-16-2008 03:35 AM
I did take the chance to add the quickstart.jar onto my build path and that resolved almost all the import! Good stuff Dave. But one thing!
These imports didnt get resolved
import com.sforce.soap.enterprise.SforceServiceLocator;
import com.sforce.soap.enterprise.SoapBindingStub;
Hi Simon,
Do you know if there's any sample code for axis2..
Apex API can be use to invoke on the production or sandbox but is expected to sit on the appexchange server (many occations). Whereas the regular API can be described as objects derived from WSDL to enable your in-house applications to interract/integrate with with salesforce. Instances where you create APex classes sitting on your in-house development platform, you will be using the WSDL API (regular API in this case) to invoke sforce.
Hope this gives you an overview:smileywink:
Message Edited by Losintikfos on 07-23-2008 12:44 AM
Hi all ,
Can you please help me out for the following issue..
See i have Created a Force.com IDE in my Eclipse environment 3.3, now i am able to extract the data through the userid and password but not able to move it to a text file , is there any possibility to achieve this task , please let me know it any...
Seeking your reply soon
thanks ,
Sharma ramanathan
Hi all ,
Can you please help me out for the following issue..
See i have Created a Force.com IDE in my Eclipse environment 3.3, now i am able to extract the data through the userid and password but not able to move it to a text file , is there any possibility to achieve this task , please let me know it any...
Seeking your reply soon
thanks ,
Sharma ramanathan