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
Daniela RinaldoDaniela Rinaldo 

Integration between Salesforce CRM and a system management

Hi every one,
I need to create an interface to integrate a serie of Account’ data and Product’s data between Salesforce CRM and one management system.
I would predict 2 bidirectional flow that allow me to align the information from one system to another. For example: I could create a new Account in my management system and replicate a sub set of its data in the Salesforce CRM and viceversa, all in real time.
I think the use of WSs are as indicated.  
Do someone developed such integration? It could give me some useful tip to approach correctly the topic?

Thanks
Daniela
 
NagendraNagendra (Salesforce Developers) 
Hi Daniela,

First and foremost sincerely regret for the delayed reply.

As this post is already from the forums community as below;

I have implemented an Integration between salesforce and SAP system. For one of our objects named Orders we had bi-directional flow for which we did the following using SOAP API:

1. To send data from SFDC to SAP:
  • Import the WSDL received from SAP. This generates apex classes automatically
  • Use these auto-generated classes to invoke the web services of the external system

2. To send data from SAP to SFDC
  • The only task needed here is click Setup- APIs- Enterprise WSDL- right click and save in XML format
  • Provide this WSDL to SAP team for them to import this in their system.
Kindly mark this post as solved so that it gets removed from the unanswered queue and becomes a proper solution which results in helping others who are really in need of it.

Best Regards,
Nagendra.P