Is there a way to write a WSDL that WSDL2Java will create interfaces with concrete implementations?  I have an interface “Answer” with an implementation class “ConcreteAnswer”.  I’d like Axis to serialize any Answer and deserialize the Answer into ConcreteAnswer cast as an Answer.  Is that possible? 

 

Thanks,

Brian

Reply via email to