Hi,
I have a class used in a web service, which has constants in it.
I would like the genereted client class for this class will also have those constants inside.
example:
public class returnedClass{
public static final String MY_CONST = "blabla";
.....
}
This used to be the case when I was using axis 1.4, but in jaxws I can't seem to make that happen.
can someone help me?
thanks,
Ran.