[Dev] [ESB] Exceptions thrown when using salesforce and google-spreadsheet connectors together inside an iterator of a proxy service

2015-12-06 Thread Riyafa Abdul Hameed
Hi, I have a proxy service which I have attached with the mail which makes several one call to the salesforce api using the salesforce connector and two calls to the google spreadsheet api using the google-spreadsheet connector in each iteration. When the number of rows I call (or the number of it

Re: [Dev] [ESB] Exceptions thrown when using salesforce and google-spreadsheet connectors together inside an iterator of a proxy service

2015-12-06 Thread Malaka Silva
Riyafa seems like a builder error. Can you try enabling wire logs and analyse the response from the APIs. Also what is your use case? On Mon, Dec 7, 2015 at 12:08 PM, Riyafa Abdul Hameed wrote: > Hi, > > I have a proxy service which I have attached with the mail which makes > several one call t

Re: [Dev] [ESB] Exceptions thrown when using salesforce and google-spreadsheet connectors together inside an iterator of a proxy service

2015-12-07 Thread Thulasika Vijayanathan
Hi Riyafa, For the google spreadsheet connector, you need to enable the following builders and formatters. Thanks, Thulasika On Mon, Dec 7, 2015 at 1:15 PM, Malaka Silva wrote: > Riyafa seems like a builder error. Can you try enabling wire logs and > analyse the response from the APIs.

Re: [Dev] [ESB] Exceptions thrown when using salesforce and google-spreadsheet connectors together inside an iterator of a proxy service

2015-12-07 Thread Shakila Sivagnanarajah
Hi Could you please enable the formatters and builder in axis2.xml and send the full log. Thanks On Mon, Dec 7, 2015 at 1:49 PM, Thulasika Vijayanathan wrote: > Hi Riyafa, > > For the google spreadsheet connector, you need to enable the following > builders and formatters. > > >

Re: [Dev] [ESB] Exceptions thrown when using salesforce and google-spreadsheet connectors together inside an iterator of a proxy service

2015-12-07 Thread Riyafa Abdul Hameed
Hi, My use case is I get the column of project keys from a google-spreadsheet [1] and iterate through the project keys. Using the project key I query the salesforce using the salesforce connector and obtain the invoice number. Then using the invoice number I find the invoice from. I use the googl