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
https://github.com/apache/camel/blob/dbb68afe078abed566a2ae3980f5859b353f4a26/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/RestApiIntegrationTest.java#L698-L700 zoran On Sun, Feb 2, 2020 at 11:57 PM Purnamchander Rao G <[email protected]> wrote: > > 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 is usually done using queryAll operator. > Can you please provide me an example for this? > Thanks, > PC Rao. -- Zoran Regvart
