You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/08/01 22:38:22 UTC

DO NOT REPLY [Bug 11381] New: - Stubs generated by WSDL2Java for SOAP faults don�t extend java.lang.throwable and don't complie

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=11381>.
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=11381

Stubs generated by WSDL2Java for SOAP faults don�t extend java.lang.throwable and don't complie

           Summary: Stubs generated by WSDL2Java for SOAP faults don�t
                    extend java.lang.throwable and don't complie
           Product: Axis
           Version: beta-3
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: ckowal@actional.com


The stubs generated by WSDL2Java for SOAP faults don�t extend 
java.lang.throwable.  Since the stubs treat SOAP faults as Java exceptions (and 
try to throw them), the stubs don�t compile.

I�ve attached a WSDL to reproduce the bug.