Passing Data from Navision to External Web service

LnZLnZ Member Posts: 37
edited 2010-02-08 in NAV Three Tier
Hi,
I want to pass modified Items to an external Web Service.
What is the best method to call an External Web Service from Nav 2009 and the best way to pass Navision data?
Some code examples will help
Thank You
LnZ

Answers

  • freddy.dkfreddy.dk Member, Microsoft Employee Posts: 360
    http://blogs.msdn.com/freddyk/archive/2010/01/22/connecting-to-nav-web-services-from-microsoft-dynamics-nav-2009-sp1.aspx
    Depending on what data and the amount it might be good ida to create a XML Port to gather the data and send that.
    Freddy Kristiansen
    Group Program Manager, Client
    Microsoft Dynamics NAV
    http://blogs.msdn.com/freddyk

    The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.
  • LnZLnZ Member Posts: 37
    Thank you Freddy very interesting post.Just one more question, If I use xmlport to export Navision data what method do you recomend to access it from .NET?
    Thank You
    LnZ
  • freddy.dkfreddy.dk Member, Microsoft Employee Posts: 360
    You would pass that as a XML String - so on the .net side you would get take that and load it into a Xml Document or something like that.
    Freddy Kristiansen
    Group Program Manager, Client
    Microsoft Dynamics NAV
    http://blogs.msdn.com/freddyk

    The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.
Sign In or Register to comment.