Interaction between two databases.

smartkoshaksmartkoshak Member Posts: 3
edited 2019-07-28 in NAV Three Tier
Hi there! I'm new to NAV and hope to get some piece of advice from you. My issue is the following.
I need to implement interaction between two NAVs.
Let's say we have DataBase1 (DB1) and DataBase2 (DB2).
At DB2 I have a SOAP web-service based on a codeunit.
I send HTTP POST request from DB1 which contains Sales Order Header and Sales Order Lines data as a Json.
I need to get this data at DB2 and handle it (create the corresponding records).
How can I do that?

Best Answer

Answers

Sign In or Register to comment.