Hello everyone, i'm new in this social place so i apologize in advance if the format of my question/title were wrong.
I am facing a little problem with the following code:
<s:Body><Create xmlns="http://schemas.microsoft.com/xrm/2011/Contracts/Services"><entity xmlns:b="http://schemas.microsoft.com/xrm/2011/Contracts" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><b:Attributes xmlns:c="http://schemas.datacontract.org/2004/07/System.Collections.Generic"><b:KeyValuePairOfstringanyType><c:key>name</c:key><c:value i:type="d:string" xmlns:d="http://www.w3.org/2001/XMLSchema">Name Test 1</c:value><c:key>E-mail</c:key><c:value i:type="d:string" xmlns:d="http://www.w3.org/2001/XMLSchema">test@test.com</c:value></b:KeyValuePairOfstringanyType></b:Attributes><b:EntityState i:nil="true"/><b:FormattedValues xmlns:c="http://schemas.datacontract.org/2004/07/System.Collections.Generic"/><b:Id>00000000-0000-0000-0000-000000000000</b:Id><b:LogicalName>account</b:LogicalName><b:RelatedEntities xmlns:c="http://schemas.datacontract.org/2004/07/System.Collections.Generic"/></entity></Create></s:Body>
what's happening, is that i can store the account name, but i'm not able to store anything other, i don't know if the format of adding another value (than the name) is wrong, besides this code i found on the internet and it worked, at least for saving the name from the web form.
Any help would be highly appreciated.