Could you specify the error and the .POM file that you're using? I've never tried to ise JIBX binding, but if I'm not wrong, the binding is specified with the "<databindingName>jibx</databindingName>". I don't know if it requires any specific dependency.
On Mon, Feb 21, 2011 at 4:31 PM, TomazM <tomaz.majerh...@arnes.si> wrote: > Is there any documentation about this plugin, I need documentation how to > define flags for jibx binding. > > If I run the example from site > http://axis.apache.org/axis2/java/core/tools/maven-plugins/maven-wsdl2code-plugin.htmlI > get error: > > > Before I use ANT task: > <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true"> > <classpath refid="axis2.lib.dir"/> > <arg value="-uri"/> > <arg file="axis2/wsdl/OZWIZARD_LU.wsdl"/> > <arg value="-p"/> > <arg value="si.arnes.ozwizardlu.soap"/> > <arg value="-Ebindingfile"/> > <arg value="jibx/binding.xml"/> > <arg value="-d"/> > <arg value="jibx"/> > <arg value="-s"/> > <arg value="-uw"/> > <arg value="-S"/> > <arg value="./src"/> > </java> > > But I can't figure it out have to achieve the same effect, help needed. > > > Regards, Tomaz > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org > For additional commands, e-mail: java-user-h...@axis.apache.org > -- Gerard Draper Gil