Cannot retrieve accounts from Salesforce
Summary
Cannot retrieve accounts from SalesforceContent
I'm trying to set up an integration to sync account data in SFDC with our application. I followed the steps to get my enterprise WSDL and create my Salesforce Dev Connection. I added an invoke using that connection to a scheduled integration. I chose SOQL (because I ultimately want to retrieve accounts updated after the last sync) and used the following query: SELECT id, name, website, phone, industry FROM Account (I omitted the WHERE clause because I was getting errors about missing binding parameters even though I mapped the parameter). I ran a test of the query and it returned all accounts as expected. When I run the integration, I can see a response from SFDC with all of the accounts. However, the integration fails with a cryptic error: