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
- Help with complex bean Vinicius Carvalho
- Re: Help with complex bean Anne Thomas Manes
- Re: Help with complex bean Jim Azeltine
