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
http://blogs.msdn.com/nav/archive/2008/ ... -2009.aspx
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
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.
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.
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
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.
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.