thre should never be any compatibility problem because only the way the request/response cycle is handled is either synchronized or not. the language used for the client has to support threads to implement async calls.
Andreas On Mon, 8 Aug 2005 13:25:52 -0600 "Mayer, Daniel S" <[EMAIL PROTECTED]> wrote: > I noticed that many other implementations of xmlRPC include Async > methods for clients. I was wondering if any / all of these > implementations are compatible with Apaches xml-rpc server. I am using > the org.apache.xmlrpc.WebServer, and would like to be able to write > multiple clients in other languages besides java. Are any c++ clients > compatable with the async methods or are they only compatible with > standard xmlRPC methods? > > Thanks for your time.
