As many people before i have the same problem with axis 1.2 to generate my wsdl for javabeans or exceptions. I've been trying some of the solutions that have been proposed on this list, such as adding complextype or mapping tags, but the task failed with ClassNotFoundException, although the classes are in the same classpath. I have also read in the list this version of axis doesn't handle document/literal mappings. I precise i can't use another style, since JSR172 for j2me web services restrict possible mappings to this one. So, before i spend more time on this issue, i'd like to know if actually a solution exists to generate a correct wsdl for my simplistic javabean (just a pair of string) and exception. I have built the same application using the sun jwsdk 1.3, and it works quite fine... Thanks for your feedback.
Philippe Maseres