Usage of Microsoft XML, v6.0'MLHTTP60 in RTC

ta5ta5 Member Posts: 1,164
edited 2009-02-28 in NAV Three Tier
Hello
Well, a bit of a stupid question, but anyway:

I have read - but forgotten where the heck :( - there are some reasons not to use Microsoft XML, v6.0.XMLHTTP60 in RTC. This automation object is ideal to consume a web service.
Has anybody heard of that? I did not test it yet.

Thanks in advance
Thomas

Comments

  • ara3nara3n Member Posts: 9,255
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • ta5ta5 Member Posts: 1,164
    no, but I've found this article yesterday when I was searching for the original one...
  • freddy.dkfreddy.dk Member, Microsoft Employee Posts: 360
    I wrote a comment on my blog reg. MsXML6 / MsXML 4 (I don't know whether this is what you have read)

    http://blogs.msdn.com/freddyk/archive/2008/12/05/microsoft-windows-vista-gadget-my-stuff.aspxBTW. Since I installed Windows 7 I have changed my code to use MsXML 6 - seems to work fine.
    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.
  • ta5ta5 Member Posts: 1,164
    Thanks Freddy
    It was not this, but my fault, I have forgotten where it was. :shock:
    But anyway, if you and Rashed don't have a general issue about using xmlhttp in Nav 2009, I guess it's not a common problem.

    Thanks a lot
    Thomas
  • freddy.dkfreddy.dk Member, Microsoft Employee Posts: 360
    It works fine.

    You could also consider writing the piece that does the actual xmlhttp communication in C# and wrap it in a COM component - so that your AL business logic isn't cluddered with a lot of glue-code, but only contains a high-level, easy understandable callout to an external component.
    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.