thaks i am trying to use the apache -axis but when i install my app apears: SuscripcionMessageReceiverInOut.java:[355,57] package org.apache.axiom.om.impl.llom does not exist ,ust i include one extra dependency?
2012/11/25 adrien ruffie <[email protected]> > It's depends of your axis version, if you wan't an axis2 stub generation > you can use it: > > http://axis.apache.org/axis2/java/core/tools/maven-plugins/maven-wsdl2code-plugin.html > > For axis1 version you can found it in apache archive I think. > > But you can also use Apache CXF: > > http://cxf.apache.org/docs/maven-cxf-codegen-plugin-wsdl-to-java.html > > Adrien Ruffié > Ingénieur Production et R&D Technologique > SCJP 5, SCDJWS 5 > 31300 Toulouse France > 0672128792 > > > > > Date: Sun, 25 Nov 2012 10:58:59 +0100 > > Subject: maven and axis > > From: [email protected] > > To: [email protected] > > > > hello > > > > i have one class for generate the ws. > > do you know whic maven pluging must i use? > > do you know any example or url for making it? > > > > thanks > >
