Anne
On 1/26/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote:
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
