Hello everybody,

i've a small problem, i'm using CXF's tool "WSDL2JAVA" to creata an API
which will consume some web services..

Everything works great, but the only thing that bothers me is that in the
generated code, i'm getting something like this:

public java.lang.String
someMethod(*com.dir1.dir2.dir3.client.api.*PARAMCLASS parameters){

.........

}

the bold part is bothering me, is it possible to not have all the package
tree before "PARAMCLASS", and have it in import section?? Maybe i'm missing
some WSDL2JAVA's option?

Thank you



--
View this message in context: 
http://cxf.547215.n5.nabble.com/Delete-names-of-packages-in-the-code-generated-by-WSDL2JAVA-tp5715355.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to