Skip to content
Advertisement

Tag: salesforce

Error executing simple select query on salesforce

I’m trying to execute a query: But I get this error: Fatal error: Uncaught SoapFault exception: [soapenv:Client] Element {}item invalid at this location in /Library/WebServer/Documents/force/soapclient/SforceBaseClient.php:797 Stack trace: #0 /Library/WebServer/Documents/force/soapclient/SforceBaseClient.php(797): SoapClient->__call(‘query’, Array) #1 /Library/WebServer/Documents/force/soapclient/SforceBaseClient.php(797): SforceSoapClient->query(Array) #2 /Library/WebServer/Documents/force/dummy.php(18): SforceBaseClient->query(‘SELECT email__c…’) #3 {main} thrown in /Library/WebServer/Documents/force/soapclient/SforceBaseClient.php on line 797 I’m not sure what I’m doing wrong. I’m using the Workbench SOQL Salesforce, and

Salesforce to magento integration

This is my code… I am just trying to create a lead in salesforce using this code. This is a sample php toolkit code for salesforce. But when I am trying to run this code. It does not generate any lead in salesforce. My login credentials are correct and security token is also correct. Where am I going wrong? I

Advertisement