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=18409>. 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=18409 Throwable not mapped correctly ------- Additional Comments From [EMAIL PROTECTED] 2003-09-02 12:25 ------- The problem is still there with 1.1 final. Evidence: take the samples.faults and query the WSDL from http://localhost:8080/axis/services/Employee?wsdl This provokes the same output in the webserver. Also related: if an exception wraps another exception, using the beanserializer a field of type Throwable is declared in the generated WSDL, but the type Throwable itself is never declared. Thus, when using the Axis client, there's the following exception: javax.xml.rpc.ServiceException: Error processing WSDL document: java.io.IOException: Type Throwable is referenced but not defined.