A DotNet Interop Soap Web Request

I am currently working on a solution that requires a Dynamics NAV client to communicate with Dynamics NAV web service. This I have done before with the classic client and have used automation objects for the job. Now I wanted to do this with dotnet only…

.NET Interop in NAV2009 R2

In this forum message, I wondered why I couldn’t instantiate a System.Xml.Linq.XElement object. The constructor expected an System.Xml.Linq.XName as its parameter, but it seemed XName did not have an appropriate constructor for me to call. Bron : Zen & the Art of C/SIDE Development Lees meer...