Generic Web Services Client (v2) for Microsoft Dynamics NAV
- Author
- Vjekoslav Babic
- Category
- General downloads
- Date
- 08/10/2012
- First release
- 01/10/2012
- Size
- 83,77 KB
- Downloads
-
7491
Detailed statistics
- Downloads today 1
- 30 day downloads 17
- Total downloads 7491
- Overall download rank #48 / 2083
- Today page views 0
- 30 days page views 12
- Total views 15271
- Rating
- Popularity
- Downloaded 10 times in the last two weeks
This simple codeunit allows you to consume any NAV page web service from C/AL without having to write any wrapper classes in .NET, or deploy any external dependencies. The only thing you need to have is the URL to the page web service.
Update October 08, 2012
==================
There are two files inside: one for NAV 2009 and one for 2013. I haven't fully tested the NAV 2009 version. It is a bit different because of differences between the .NET interoperability implementation in NAV, and the limitations of NAV 2009. I am not going to maintain the NAV 2009 version, and it is here just as an example of how to address the limitations, such as the lack of the GETDOTNETTYPE and the fact that simple data types translate directly to C/AL types.
To run the NAV 2009 version correctly, you need the latest hotfix for NAV 2009.
More details and code examples at: http://vjeko.com/web-services-black-belt-consuming-nav-web-services-using-pure-cal/