• rsoni
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Hi,
Can any one help me out on following issue.

What are the transaction capibilities provided by sales force api.
Eg if I am trying to upload 100 records into sales force using sales force api and the sales force goes down in between.How does sales force api takes care of transactions.

regards

Message Edited by rsoni on 12-18-2005 08:04 PM

Message Edited by rsoni on 12-18-2005 08:04 PM

  • December 19, 2005
  • Like
  • 0

I am trying to connect to sforce using axis 1.2.1 and jdk1.5

I was reading the blog and it says

_SessionHeader has been changed to SessionHeader

however...i am still getting cannot find symbol...

am i missing something??

here are my imports; same as the quickstart

the imports compile correctly with no code, however trouble comes when i put in the login code from quickstart and both _SessionHeader to SessionHeader would give me cannot find symbol

import java.io.BufferedReader;
import java.io.IOException;
import com.sforce.soap.enterprise.sobject.*;
import com.sforce.soap.enterprise.*;
import com.sforce.soap.enterprise.Error;
import javax.xml.rpc.*;

import org.apache.axis.client.CommonsHTTPSender;

import java.rmi.*;
import com.sforce.soap.enterprise.fault.*;

i ran wsdl2java on my own developer wsdl

also if i am builing my own jar can i just copy and paste

org\apache\axis\client directory from quickstart to my own?

 

Message Edited by runawaydog on 09-16-2005 01:41 PM