Re: wsdl2java and wsdl problem

2009-10-05 Thread sh_santosh
> type="tns:IndividualName" minOccurs="0" maxOccurs="unbounded"/> >> >> > type="tns:OrganisationName" minOccurs="0" maxOccurs="unbounded"/> >> >> >> >> >> >> Anyway axis2 does not generate stub properly for the first case. >> >> What do you guys think? >> >> >> >> Please let me know if I am wrong. >> >> >> >> > > - > To unsubscribe, e-mail: axis-user-unsubscr...@ws.apache.org > For additional commands, e-mail: axis-user-h...@ws.apache.org > > > -- View this message in context: http://www.nabble.com/wsdl2java-and-wsdl-problem-tp19449136p25747847.html Sent from the Axis - User mailing list archive at Nabble.com.

RE: wsdl2java and wsdl problem

2008-09-15 Thread Shehan Simen
M To: axis-user@ws.apache.org Subject: Re: wsdl2java and wsdl problem The type declaration is valid. indicates that the element may contain one of the elements listed in the choice group. The minOccurs="0" attribute indicates that the element is optional. It is not intended to be an array;

Re: wsdl2java and wsdl problem

2008-09-12 Thread Anne Thomas Manes
The type declaration is valid. indicates that the element may contain one of the elements listed in the choice group. The minOccurs="0" attribute indicates that the element is optional. It is not intended to be an array; therefore, it would be inappropriate to say maxOccurs="unbounded". Anne O

Re: wsdl2java and wsdl problem

2008-09-12 Thread Amila Suriarachchi
Could you please log a jira with the wsdl. Did you try with any other databindings like xmlbeans or jaxbri? thanks, Amila. On Fri, Sep 12, 2008 at 9:34 AM, Shehan Simen <[EMAIL PROTECTED]> wrote: > Hi, > > I have a question about wsdl. The wsdl2java fails in following case. But I > feel the ws

wsdl2java and wsdl problem

2008-09-11 Thread Shehan Simen
Hi, I have a question about wsdl. The wsdl2java fails in following case. But I feel the wsdl is wrong. I got the following element in a complex type. I believe this is logically wrong or useless. The choice is m