Hi;

 

Here is my situation. I want to have a web service with the following method:

 

String doIt(Base [] params)

 

class Base {

}

 

class Derived extends Base {

}

 

class Another extends Base {

}

 

Can this be done?

 

Thanks - dave

Reply via email to