Microsoft Dynamic CRM 2016 / 2015 / 2013 / 2011 SOAP XML
Microsoft Dynamic CRM 2016 / 2015 / 2013 / 2011 SOAP XML Dear Friends, Today I have been ask to help for create record in CRM from JAVA using SOAP. We have facing issue to create SOAP XML with different type. Kindly find below SOAP create request. Please shoot the question in below comment if you have any. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://schemas.microsoft.com/xrm/2011/Contracts/Services" xmlns:con="http://schemas.microsoft.com/xrm/2011/Contracts" xmlns:sys="http://schemas.datacontract.org/2004/07/System.Collections.Generic" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:c="http://www.w3.org/2001/XMLSchema"> <soapenv:Body> <ser:Create> <ser:entity> <con:Attributes> <!-- STRING DATATYPE--> <con:KeyValuePairO...