We are facing the problem below. We suspect it is an marketo api issue.
Pls. find blow the result response from a getLead operation.
<result>
<count>1</count>
<leadRecordList>
<leadRecord>
<Id>1000483</Id>
<ForeignSysPersonId xsi:nil = "true"/>
<ForeignSysType xsi:nil = "true"/>
<leadAttributeList>
<attribute>
<attrName>Company</attrName>
<attrType>string</attrType>
<attrValue>tt</attrValue>
</attribute>
<attribute>
<attrName>FirstName</attrName>
<attrType>string</attrType>
<attrValue>tt</attrValue>
</attribute>
<attribute>
<attrName>LastName</attrName>
<attrType>string</attrType>
<attrValue>tt</attrValue>
</attribute>
<attribute>
<attrName>LeadScore</attrName>
<attrType>integer</attrType>
<attrValue>2</attrValue>
</attribute>
<attribute>
<attrName>LeadStatus</attrName>
<attrType>string</attrType>
<attrValue>Open - Not Contacted</attrValue>
</attribute>
</leadAttributeList>
</leadRecord>
</leadRecordList>
</result>