On Tue, Jun 17, 2008 at 6:59 AM, Håkon Sagehaug <[EMAIL PROTECTED]> wrote:
> Hi > > Is there an easy way of doing the adaption, or must I tailor the wsdl to > fit > inot the document/literal type > You'll have to tweak your WSDL. On the plus side, rpc encoded is not very interoperable so you'll probably have to do it anyway sooner or later. Btw just to clarify, ODE supports rpc literal, it's just the encoding that's not supported. Cheers, Matthieu > > cheers, Håkon > > 2008/6/17 Alex Boisvert <[EMAIL PROTECTED]>: > > > 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) > > > > > > > > > -- > Håkon Sagehaug, Software Developer > Parallab, Bergen Center for Computational Science (BCCS) > UNIFOB AS (University of Bergen Research Company) >
