No, Ode and Axis2 only support Doc/Literal and RPC/Literal, not RPC/Encoded. You'll need to use some kind of adapter.
alex On 6/17/08, Håkon Sagehaug <[EMAIL PROTECTED]> wrote: > Hi > > Is it possible to call rpc style web services, with elements like this > > <complexType name="ArrayOf_xsd_string"> > <complexContent> > <restriction base="soapenc:Array"> > <attribute ref="soapenc:arrayType" > wsdl:arrayType="xsd:string[]"/> > </restriction> > </complexContent> > </complexType> > > and not document/literal wrapped > > i tried to create the client stubs from this wsdl with axis21.3 wsdl2java > but got, > > Encoded use is not supported > > So just wondering if ode supports rpc style services > > cheers, Håkon > > -- > Håkon Sagehaug, Software Developer > Parallab, Bergen Center for Computational Science (BCCS) > UNIFOB AS (University of Bergen Research Company) >
