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.html
 I 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

<<attachment: tomaz_majerhold.vcf>>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to