Silly me...looks like it only needs maxOccurs and minOccurs defined. Regards,
Janne 2008/10/6 Janne Rantala <[EMAIL PROTECTED]> > Well I could try to fix it manually, but is there any reference on how to > define an array of my own object as a parameter? > > Regards, > > Janne > > 2008/10/4 keith chapman <[EMAIL PROTECTED]> > > There is no tool, you will have to do it Manually. You could use the links >> that Nadun provided as a guide. >> >> Thanks, >> Keith. >> >> >> On Sat, Oct 4, 2008 at 4:06 PM, Janne Rantala <[EMAIL PROTECTED]>wrote: >> >>> Hi, >>> >>> So if I have this rpc/encoded wsdl, can I just convert it to >>> document/literal style and it still works with Axis1 based service? Is there >>> any tool to do this conversion or do I have to do it by hand? >>> >>> Regards, >>> >>> Janne >>> >>> 2008/10/4 Nadun Herath <[EMAIL PROTECTED]> >>> >>> Hi Bjorn >>>> >>>> Problem is Axis2 doesn't support rpc/encoded style. You have convert >>>> your wsdl to doc/literal. >>>> >>>> Hope this will help >>>> >>>> http://www.mail-archive.com/[email protected]/msg31438.html >>>> >>>> >>>> http://atmanes.blogspot.com/2005/03/wrapped-documentliteral-convention.html >>>> >>>> http://pzf.fremantle.org/2007/05/handlign.html >>>> >>>> >>>> Thanks >>>> >>>> >>>> >>>> >>>> Nadun Malaka Herath >>>> Department of Computer Engineering >>>> University of Peradeniya >>>> >>>> >>>> ----- Original Message ---- >>>> From: Bjorn Townsend <[EMAIL PROTECTED]> >>>> To: [email protected] >>>> Sent: Saturday, October 4, 2008 2:02:43 AM >>>> Subject: Re: Axis vs Axis2 >>>> >>>> >>>> On Oct 3, 2008, at 10:58 AM October 3, Bai Shen wrote: >>>> >>>> > Okay, so I've recently started using Axis2 after having used Axis >>>> > for a while. I have a wsdl that works fine in Axis(although it does >>>> > have a few idiosyncrasies). However, I can't seem to get it to work >>>> > at all in Axis2. I read the migration guide, but that seemed more >>>> > about how the two versions handle creating skeletons. >>>> > >>>> > The whole point of web services is to keep things platform >>>> > independent, right? So why would a wsdl work with Axis, but not >>>> > Axis2? >>>> >>>> Are you using RPC-encoded? If so, I don't believe Axis2 supports it, >>>> and it is the default for Axis 1. >>>> >>>> Bjorn >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>> >>>> >>>> >>> >> >> >> -- >> Keith Chapman >> Senior Software Engineer >> WSO2 Inc. >> Oxygenating the Web Service Platform. >> http://wso2.org/ >> >> blog: http://www.keith-chapman.org >> > >
