I have a complex class that has a two dimensional array memeber.
public class bla
{
private Object[][] array;
....
}
jaxws created artifacts creates on the other side this memeber - List
I would like it to create a List
thanks,
Ran.
I have a complex class that has a two dimensional array memeber.
public class bla
{
private Object[][] array;
....
}
jaxws created artifacts creates on the other side this memeber - List
I would like it to create a List
thanks,
Ran.