You need to sign in to do that
Don't have an account?

Getting Error : "Must send a concrete entity type"
Using PHP.
Here is SOAP envelope being sent to Salesforce.
Any idea why I am getting "Must send a concrete entity type" when I go to create a new lead given this SOAP message.
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns4="urn:partner.soap.sforce.com"
xmlns:ns5="urn:enterprise.soap.sforce.com"
>
rO43lx09sC_byGJrgwfaxMho6CiZUyXxXoqZ1rMYO5pxv74Kj13nTn3Lg75LKPbaWpXUjvhCWfSYIcfzL6CHxDteaH1xyGi1
Lead
San Francisco
Hotwire
USA
wally@hotwire.com
Wally
ecommerce/travel
General / Pending
Finley
hone>415-343-8484hone>
ostalCode>94105ostalCode>
CA
333 Market Street, Suite 100
Here is SOAP envelope being sent to Salesforce.
Any idea why I am getting "Must send a concrete entity type" when I go to create a new lead given this SOAP message.
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns4="urn:partner.soap.sforce.com"
xmlns:ns5="urn:enterprise.soap.sforce.com"
>
rO43lx09sC_byGJrgwfaxMho6CiZUyXxXoqZ1rMYO5pxv74Kj13nTn3Lg75LKPbaWpXUjvhCWfSYIcfzL6CHxDteaH1xyGi1
Lead
San Francisco
Hotwire
USA
wally@hotwire.com
Wally
ecommerce/travel
General / Pending
Finley
hone>415-343-8484hone>
ostalCode>94105ostalCode>
CA
333 Market Street, Suite 100
Then I moved it to another machine, and it worked.
Not sure what the version of PHP has to do with it, but depending on version of PHP it ran on same code worked. Thanks.