0
votes

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

2

2 Answers

0
votes

The classic 'goto' for NAV services was always the following blog post, albeit it's an example for PHP. Take into account changes are required in NAV to be able to interact with the service (Hint: Activate NTLM):

There is now an updated version by the same autor, complementing the original post:

Example for C#:

Example for completing a Sales Order: