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
YADAGIRI AVULAYADAGIRI AVULA 

How to get XML data into salesforce obj like contacts,Accounts from other systems or with in the system?

SandhyaSandhya (Salesforce Developers) 
Hi,

You can use Soap Integration or REST integration for this.SOAP supports only XML.
Please refer below link which has the example code.

https://developer.salesforce.com/blogs/developer-relations/2013/08/integrating-force-com-using-xml-in-apex.html


Hope this helps you!

Please mark it as solved if this helps you so that it will make for others as a proper solution.

Thanks and Regards
Sandhya