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 2004/02/13 13:49:58 UTC

DO NOT REPLY [Bug 19274] - Java2WSDL failure: Attempted to write schema for bad QName

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

Java2WSDL failure: Attempted to write schema for bad QName

matthias.mueller@datev.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From matthias.mueller@datev.de  2004-02-13 12:49 -------
I get the error while my web service method looks like this:

public void sayHello(String in) throws MyException {
...
}

where MyException extends Exception.
The web service is deployed with style="wrapped" and use="literal".