What does it mean when a web service is asynchronous?
I know this is an old topic, but whether a web service is synchronous or asynchronous depends on the design of the web service and has nothing to do with Ajax. An asynchronous web service transaction proceeds like this: The client calls the web service. In the call the client sends a callback end point … Read more