Re: Salesforce queryAll example (Custom Processor)

2020-02-03 Thread Purnamchander Rao G
Hi Zoran, Please pardon my ignorance. I didn't receive any replies that you sent in my email. So, I was using "Reply to Author" link from Nabble. I am new to camel so I will wait for any direction from the forum. Thank you, PC Rao.

Re: Salesforce queryAll example (Custom Processor)

2020-02-03 Thread Zoran Regvart
esults. Sometimes the > > > results may be large and have to be fetched using the url provided by > > > salesforce in the result set. This is usually done using queryAll > > > operator. > > > Can you please provide me an example for this? > > > Thanks, > > >

Re: Salesforce queryAll example (Custom Processor)

2020-02-03 Thread Zoran Regvart
ults may be large and have to be fetched using the url provided by > > salesforce in the result set. This is usually done using queryAll > > operator. > > Can you please provide me an example for this? > > Thanks, > > PC Rao. > > > > --

Re: Salesforce queryAll example (Custom Processor)

2020-02-03 Thread Zoran Regvart
Hi Purnamchander, have a look at the test we have: https://github.com/apache/camel/blob/dbb68afe078abed566a2ae3980f5859b353f4a26/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/RestApiIntegrationTest.java#L466-L469

Salesforce queryAll example (Custom Processor)

2020-02-02 Thread Purnamchander Rao G
Hi, I am using camel 3.0.0-M4 with spring-boot. I am writing a custom Processor implementing Org.apache.camel.Processor, where I am processing Salesforce component query results. Sometimes the results may be large and have to be fetched using the url provided by salesforce in the result set. This