Re: Which style for synchronous web services

2004-03-22 Thread Anne Thomas Manes
Document style supports everything that RPC supports, plus lots more. Document is always the better choice. Anne At 06:49 AM 3/22/2004, you wrote: Hi axis users, I know that "document style" is better than "rpc style" for many reasons, but if a want to write a web service where the client waits

Which style for synchronous web services

2004-03-22 Thread Dario Di Minno
Hi axis users, I know that "document style" is better than "rpc style" for many reasons, but if a want to write a web service where the client waits for the response from the server, and so I have a "synchronous" scenario, is rpc style ever the best choice? Thanks. Dario