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=8191>. 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=8191 WSDLException when using Emitter twice and java.lang namespace ------- Additional Comments From [EMAIL PROTECTED] 2002-04-18 12:52 ------- Thomas, Please send me the PB2Exception class. Apprarently ae is a parameter for the constructor; this causes Java2WSDL to generate a message part for ae. Since ae is declared as java.lang.Throwable, the emitter used to attempt to construct a Throwable type in the "http://java.lang" namespace...which ultimately caused serious abend problems. Since there is no mapping for java.lang.Throwable, I changed the code to now issue an appropriate message. Does .NET issue any messages ? If you would kindly send me the java file (so I am not making changes in the dark) I could verify this situation and change the code to not generate the ae part. Does .Net generate a fault message ?