Asynchronous web services in NAV

Asynchronous methods are very useful for web services. To be able to start a process with one method and then check the status with another opens a lot of possibilities. There are two known patterns in NAV that support asynchronous methods; one is to use the…