Define the schema the way you'd like it to be in your WSDL and generate your bean from it.

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

Reply via email to