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:[email protected]] Sent: 04 February 2009 17:23 To: [email protected] 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 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 <[email protected]> wrote: 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 mandatory paramaters? Thanks. Chris. -- Keith Chapman Senior Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org
