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
Kumar Saurav 45Kumar Saurav 45 

Can someone please help in understanding how field mapping is done while integrating with SoapAPI in Apex code

Can someone please help in understanding how field mapping is done while integrating with SoapAPI in Apex code.

 

Actually, there is an integration already done using Salesforce and Propertyware API ( a third party tool) using SOAP API and I can see the GET method used in the Apex code. However, I am unable to find the field mapping done in the Apex code to fix the issue as some of the values in the field are not coming correct.

 

Thanks!!

Kumar Saurav 45Kumar Saurav 45
Has anyone did the integration using SOAP API. If yes, please let me know how the field mapping works.
Kumar Saurav 45Kumar Saurav 45
Also, do let me know if anyone has done integration using REST API and if yes, do let me know how field mapping works when we do the integration of a third party app with Salesforce using REST.