Hi,

I was trying to use the Camel Salesforce Component for doing the Bulk
Upload.  All the steps of the bulk upload works fine like
1. salesforce:createJob - Works fine
2. salesforce:createBatch  - Works fine
3. salesforce:getAllBatches - Works fine
4. salesforce:getBatch - Always FAILS
5. salesforce:getResults - Works fine

Currently we are skipping the step 4 step and always using the step 3 to
get all the batches to see the status.

After a little debugging found that getBatch is always failing with time
outs

I am using the producerTemplate to send the request and the code is simple

template.requestBody("salesforce:getBatch", batchInfo, BatchInfo.class);

Please help.

Regards,

Satya

Reply via email to