Bob Deanna wrote: > Does the server-side method being called need to be changed in any way, > if you change the client from calling it synchronously to > asynchronously?
To the server, there is absolutely no difference between a synchronous and an asynchronous call. In both cases, there is a single client thread doing the call and waiting for the reply. Jochen
