We have Navision Dynamics 2017 which has Sales Orders exposed as a SOAP web service. Technically, I am supposed to be able to create sales orders via this web service.
We also have another system built in C# .NET that has staff sales orders that need to go into Navision. This ordering system has all the information like customer, item, quantity, price etc to be able to create a valid order in Navision.
Can someone tell me how I can call the service and create a sales header and Line from the staff sales orders system into Navision..
Preferably a walk through tutorial would be ideal. I've searched and can't seem to find one that I can follow