Consume Webservice on Windows Store app

itobasitobas Member Posts: 3
edited 2013-06-26 in NAV Three Tier
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

  • [StaWho][StaWho] Member Posts: 3
    An example can be found here. You have to add the reference via 'Add Service Reference' in VS.
  • itobasitobas Member Posts: 3
    Thank you, that was exactly what I was looking for!
Sign In or Register to comment.