function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RYakerRYaker 

Trying to update a custom object from PHP

I can update a Lead or an Opportunity, or a Contact, no problem.
I have recreated the stubs from the WSDL.
And yet when I got to update my custom object I continue to get
"Must send a concrete entity type
HarryBHarryB

Make sure you are using the Enterprise WSDL together with the Enterprise SOAP endpoint (url) OR the Partner WSDL with the Partner SOAP endpoint. When you mix both, it could result in the error message you just got.

Cheers,

Harald