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=16735>. 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=16735 Class cast exception on getDetail in SOAPFault ------- Additional Comments From [EMAIL PROTECTED] 2003-02-04 23:39 ------- Just tried to recreate wih the latest nightly build (Feb 04 2003) and notice that the code has now changed so that the call only returns an instance of javax.xml.soap.Detail if one of the elements of the SOAPFault is of that class. Since non of them are of that class the call now returns null. The elements of the SOAPFault are all MessageElement's so no information is returned from this call, which claims to return the Detail element of the SOAPFault. I presume that the MessageElement's have not been converted to Detail's when the SOAPFAult is originally generated.
