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=10141>. 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=10141 Axis does not serialize custom Exception Data ------- Additional Comments From [EMAIL PROTECTED] 2002-06-27 22:32 ------- I was refering to: http://marc.theaimsgroup.com/?l=axis-dev&m=102267590314076&w=2 and http://marc.theaimsgroup.com/?l=axis-user&m=102433552231280&w=2 I can whip up a test case if necessary. The problem I'm seeing, is my webservice class throws a custom exception that contains an int. Java2WSDL maps this into WSDL and the int is represented. WSDL2Java creates an exception that has the int. This exception derived from AxisFault. But, when the exception is thrown, the int value is not put on the wire. I can whip up a simple example if necessary. - Bob