axis2-wsdl2code-maven-plugin 1.6.1 generates duplicate fields

2011-11-17 Thread Oleg Aleshko
Hi. I'm currently experiencing troubles trying to generate code for wsdl with the following definition: ... It contains an attribute and an element with equal names, and axis generates two property with equal names.

axis2-wsdl2code-maven-plugin / multiple input wsdls

2011-09-29 Thread frank . jakop
Hello, I have to generate stubs from a bunch of wsdl-files (~300 files). The old axis-plugin (axis1) allowed me to specify a list of wsdls, the new one does not. I am using plugin version 1.5.4. It is no option for me specifying 300 executions in my pom, does anyone know a solution? Regards

axis2-wsdl2code-maven-plugin

2011-07-11 Thread TomazM
in pom of this plugin OR update this site with some small notification. If you use jibx whit this plugin you MUST override dependency when calling this plugin for goal wsdl2code: org.apache.axis2 axis2-wsdl2code-maven-plugin 1.5.4

axis2-wsdl2code-maven-plugin & wsdl2code & jibx

2011-07-11 Thread TomazM
---- org.apache.axis2 axis2-wsdl2code-maven-plugin 1.5.4 wsdl2code si.arnes.ozwizardlu.service.jibx

axis2-wsdl2code-maven-plugin-schema restriction validation problem

2011-04-27 Thread Nina Kumar
Hi The gencode from axis2-wsdl2code-maven-plugin, databindingName(xmlbeans) is not validating restrictions added to schema. Please see below jira for details. https://issues.apache.org/jira/browse/AXIS2-5015 Please help. Nina

Using axis2-wsdl2code-maven-plugin

2011-02-05 Thread Mauricio Amorim
I do a webservice using maven 2 plugin axis2-wsdl2code-maven-plugin When i execute the goal axis2-wsdl2code:wsdl2code, the plugin generate a file IOException (my service throw an IOException) at package: java.io.xsd I guess that it must be generate at packageName (directory) plugin parameter or

Re: axis2-wsdl2code maven plugin

2010-05-05 Thread Rusty Wright
uild.outputDirectory}/generated-sources/axis2/wsdl2code/resources/schemaorg_apache_xmlbeans false Can anyone offer some help? Here's the relevant plugin section from my pom.xml: org.apache.axis2 axis2-wsdl2code-maven-plugin ${version.axis2} wsdl2code ${project.basedir}/src/main

Re: axis2-wsdl2code maven plugin

2010-05-05 Thread Rusty Wright
? Here's the relevant plugin section from my pom.xml: org.apache.axis2 axis2-wsdl2code-maven-plugin ${version.axis2} wsdl2code ${project.basedir}/src/main/resources/ndfdXML.wsdl xmlbeans Thanks -- 0x2B | ~0x2b -- Hamlet

axis2-wsdl2code maven plugin

2010-05-04 Thread Rusty Wright
27;s the relevant plugin section from my pom.xml: org.apache.axis2 axis2-wsdl2code-maven-plugin ${version.axis2}