Hello everyone,
does anyone know how to consume a web service from Dynamics NAV on a Windows RT device?
I have some experience consuming a web service in a .NET application by adding it via Visual Studio "Service References"-->"Web Service". In this case I would get a web service class which is similar to the codeunit in Dynamics NAV but in the windows store app project I don't get the "web service" option.
I think its possible to add the web service as a service reference but then VS creates classes for every function in my codeunit and i don't really understand how to work with these ones.
Is this the wrong way? Do I have to create my web service requests on Windows RT devices by my own?
I would be grateful for any help, tutorial or the right keyword for my search
Answers