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-17 18:26 -------
2.
If I only have methods that throw java.lang.Exception in my class, then the 
Emitter does not declare java.lang.Throwable in the WSDL. But if I have 
methods, that throw my own subclass of java.lang.Exception, then the Emitter 
declares the public fields of that exception class and also 
java.lang.Throwable, in the namespace http://java.lang. My question is: Does it 
make sense to declare Exception classes in the WSDL? .NET client ignores them 
(lucky me, otherwise it would generate useless empty proxy classes for them).

Reply via email to