I am trying to expose a service that has an interface as a return type
for one of the methods.  The interface conforms to the java bean
specification but does not have a default constructor.  The standard
java2wsdl and wsdl2java tools map this return type to xsd:anyType. 
What's the best way of dealing with an interface as return type like
the one I have described above?  Would I need to write a custom
serializer, has someone tried this, or is there another solution
entirely?

Thanks,
Anthony

Reply via email to