Re: Does Axis2 support consuming RPC based services?

2008-03-15 Thread MailList Ryan
As far as i know, axis supports RPC/liter, and does not support RPC/encode. So if you must use RPC/Encode, the only choice is Axis1.4. Unfortunately, i am one of the unlucy guy. One project of our company uses RPC/encode, so i can not use axis2. So saidly. Ryan. 2008/3/15, Josh <[EMAIL PROTECTED

Does Axis2 support consuming RPC based services?

2008-03-15 Thread Josh
All, The last time I had to consumer RPC based services, my only solution was to use Axis 1.4.x. using the wsdl2java tool. Does Axis2 support the consumption of RPC services? If not, is my only option to use Axis 1.4.x? Is this still being maintained? Thanks!