Hello there! I have this following Bean:

public class User{

private List<Car> cars;
...
}

Axis is generating a WSDL that contains an array of any type instead of Car and defining a qName for Car. How can I change this?

Regards

Reply via email to