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

getting "Must send a concrete entity type" using create using php for the 4.0 API
results     (code,soapenv:Server.userException)
results     (message,common.exception.ApiException: Must send a concrete entity type.)
FIELDS Â Â Â Â (type,Lead)
FIELDS Â Â Â Â (FirstName,Gary)
FIELDS Â Â Â Â (LastName,Raizes)
FIELDS Â Â Â Â (Company,NIH)
FIELDS Â Â Â Â (Phone,2025551210)
FIELDS Â Â Â Â (Street,175 13th Street, NW)
FIELDS Â Â Â Â (City,Washington)
FIELDS Â Â Â Â (State,DC)
FIELDS Â Â Â Â (Zip,20013)
FIELDS Â Â Â Â (Country,USA)
Any ideas what I am missing in my sObject?
results     (message,common.exception.ApiException: Must send a concrete entity type.)
FIELDS Â Â Â Â (type,Lead)
FIELDS Â Â Â Â (FirstName,Gary)
FIELDS Â Â Â Â (LastName,Raizes)
FIELDS Â Â Â Â (Company,NIH)
FIELDS Â Â Â Â (Phone,2025551210)
FIELDS Â Â Â Â (Street,175 13th Street, NW)
FIELDS Â Â Â Â (City,Washington)
FIELDS Â Â Â Â (State,DC)
FIELDS Â Â Â Â (Zip,20013)
FIELDS Â Â Â Â (Country,USA)
Any ideas what I am missing in my sObject?
Hi RYaker,
The SObject element must appear as follows:
<sObjects xsi:type="ns3:Account" xmlns:ns3="urn:sobject.enterprise.soap.sforce.com">
the xsi:type is what makes this a concrete entity type.