On Thursday, November 03, 2011 5:50:30 PM Omar Atia wrote: > I used axis with camel to generate the stubs cause axis supports rpc encoded
Axis1 supports rpc/encoded, but Axis2 does not. Axis1 is much older technology and is more based around the deprecated JAX-RPC spec and not any of the newer specs. That's why it does rpc-encoded. As mentioned, none of the newer specs support or encourage rpc/encoded at all. rpc/encoded was a disaster from an interopability standpoint so all the tool kits really switched to literal as quickly as possible. All the modern specs and profiles really just refer to literal encoding now. The only open source toolkit that supports rpc-encoded is Axis1 which hasn't been updated in 5 years. Dan > . Sent via BlackBerry® from mtc touch > > -----Original Message----- > From: Glen Mazza <[email protected]> > Date: Thu, 3 Nov 2011 13:34:15 > To: <[email protected]> > Reply-To: <[email protected]> > Subject: Re: Why RPC endcoded WSDL isn't supported in CXF? > > And (d) not WS-I Basic Profile compliant, and hence taken out of the > JAX-WS specification. > > A none-too-pleasant workaround: > http://www.jroller.com/gmazza/entry/calling_rpc_encoded_web_services > > Glen > > On 11/03/2011 01:16 PM, Benson Margulies wrote: > > > Because (a) it's hard, (b) all the work is done by volunteers, and (c) > > no one has volunteered. > > > > > > > > On Thu, Nov 3, 2011 at 1:10 PM, Omar Atia<[email protected]> wrote: > > > >> Dears, > >> > >> > >> > >> I'm trying to generate code using wsdl2java but the WSDL isn't > >> supporting rpc encoded Why ? >> > >> > >> > >> Thanks, > >> Omar Atia > >> > >> > > > > -- > Glen Mazza > Talend - http://www.talend.com/apache > Blog - http://www.jroller.com/gmazza/ > Twitter - glenmazza > -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com
