Options

Webservice in Navision 5.0

Hi,
I want to know what is the best way to access the NAV 5.0 database? What is the best approach as we do not have built in webservice. Do we have to direct query the SQL database or what?

I have reviewed this link (https://blogs.msdn.microsoft.com/nav/2008/04/15/using-web-services-to-access-microsoft-dynamics-nav-5-0/) but the downloadable file is not working anymore :(

Looking forward
Best Regards
Zohaib Ahmed
Dynamics NAV ERP Technical Consultant.

please like / agree / verify my answer, if it was helpful for you. thanks.

Answers

  • Options
    EvREvR Member Posts: 178
    I'm not familiar with NAV 5. But I would just write an asp.net webapi as a middleware between the NAV database and your other applications. Maybe there are some more old-school ways of doing in NAV itself that would follow NAV's internal business logic.
  • Options
    zohaibu95@hotmail.comzohaibu95@hotmail.com Member Posts: 223
    Alright @Evr. Thanks for the reply :)
    Best Regards
    Zohaib Ahmed
    Dynamics NAV ERP Technical Consultant.

    please like / agree / verify my answer, if it was helpful for you. thanks.
  • Options
    JuhlJuhl Member Posts: 724
    Create a .NET assembly and make it COM visible. Den use it as automation in c/al.
    Follow me on my blog juhl.blog
Sign In or Register to comment.