Keep object in sync with on both sides the same mpr

3
I have the same application (mpr) running on 2 sides, both have the same object 'product'. I want to have a (live) synchronization between both applications, both sides should be having up-to-date product information. I know this is possible with webservices, but I am not sure how?
asked
1 answers
2

From my point of view you can work with the same published and imported web services at both sides. By defining constants, which contain the two different application URL's, you can determine whether the published or imported web service should be triggered on commit at creating, updating or deleting the product information. In the application.config of both sides, you can configure the constants which contains the two different application URL's.

answered