XML Port

ramasettipetaramasettipeta Member Posts: 14
Hi,
I want to use XML Port to import data into a custom table in Version NAV(3.7). Is there Documentation available for this.

Thanks

Comments

  • WaldoWaldo Member Posts: 3,412
    In DEV1 course: Chapter 20: XMLPorts
    In DEV2 course: Chapter 9: Interfacing

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • David_SingletonDavid_Singleton Member Posts: 5,479
    Hi,
    I want to use XML Port to import data into a custom table in Version NAV(3.7). Is there Documentation available for this.

    Thanks

    It's a lot of work. Unless there is a license issue (e.g. customer not on support) then I would recommend upgrading to 4.00 executables.
    David Singleton
  • WaldoWaldo Member Posts: 3,412
    Off course...
    Forgot about the 3.7-part... . A runtime upgrade to 4.0 is necessary, like David suggests...

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • WaldoWaldo Member Posts: 3,412
    I you don't want to upgrade to 4.0 (which is actually just installing a new client version on all machines) ... you can use the XML DOM objects. A bunch of codeunits to "easily" produce and read XML files.

    If I remember correctly, they are part of the commerce portal or gateway ... .

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • WaldoWaldo Member Posts: 3,412
    I just did a search on "XML and DOM" ... there are pretty much posts to find on mibuso, like:
    - http://www.mibuso.com/forum/viewtopic.php?t=23901
    - http://www.mibuso.com/forum/viewtopic.php?t=22361
    - http://www.mibuso.com/forum/viewtopic.php?t=14673

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
Sign In or Register to comment.