DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17291>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17291 axis returns the type specified in the WSDL from the server Summary: axis returns the type specified in the WSDL from the server Product: Axis Version: future (enh) Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have a service returning AClass. I have classes BClass, CClass, DClass all subtypes of AClass. With axis I can only return one of them at a given time and I loose the information about the other types. This is because axis consitutes the xml to the return type specified in the wsdl. Why can't axis return xml representing the actual type which can be converted to the actual type on the client side if the schema of the actual type is defined in the wsdl. This is done in the RPC serialize method. If you need more info please drop me a mail. Thanks a lot...
