Visual Basic
-
Connecting to NAV Web Services from Visual Basic .net using Service Reference
This post is really just a Visual Basic version of this post and this post combined, please read those posts before continuing this post. As described in the other posts, there are two ways to work with Service References – one is to keep the configuration in a .config file and the other is to do everything from code. Using the .config file First I create a Visual Basic Console application and add the two service references as explained in...
-
Connecting to NAV Web Services from Visual Basic .net using Web Reference
This post is really just a Visual Basic version of this post, please read that post before continuing. Note, this is my very first Visual Basic application. I don’t think there are any ways to do this easier – but then again – how should I know. I am creating a Visual Basic Console application and adding two Web References (like it is done in this post) and then it is really just writing the code The code Module Module1...