Axis 1.4.1 POJO problem

2009-02-04 Thread Chris van Es
Hi, I'm recently new to Axis2 and I'm working on a pretty simple web service. I'm generating the wsdl from java classes inside a service aar file. The resulting wsdl contains minOccurs=0 for all of the operation parmaters, is there a way to specify minOccurs=1 or something similar to flag these as

Re: Axis 1.4.1 POJO problem

2009-02-04 Thread keith chapman
Hi Chris, I'm afraid you do not have control over this. Your options could be to save the generated WSDL, edit it and pack it into the aar and make Axis2 use that WSDL instead of generating one. Thanks, Keith. On Wed, Feb 4, 2009 at 6:28 PM, Chris van Es chris.va...@openwave.comwrote: Hi,

RE: Axis 1.4.1 POJO problem

2009-02-04 Thread Chris van Es
Am I right in assuming to that I should remove the services.xml file and place my wsdl file in the META-INF directory? From: keith chapman [mailto:keithgchap...@gmail.com] Sent: 04 February 2009 17:23 To: axis-user@ws.apache.org Subject: Re: Axis 1.4.1 POJO problem Hi Chris, I'm afraid

Re: Axis 1.4.1 POJO problem

2009-02-04 Thread Nandana Mihindukulasooriya
? *From:* keith chapman [mailto:keithgchap...@gmail.com] *Sent:* 04 February 2009 17:23 *To:* axis-user@ws.apache.org *Subject:* Re: Axis 1.4.1 POJO problem Hi Chris, I'm afraid you do not have control over this. Your options could be to save the generated WSDL, edit it and pack