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=7612>. 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=7612 Java2WSDL does not work in some cases ------- Additional Comments From [EMAIL PROTECTED] 2002-04-09 17:05 ------- So it sounds like this bug is down to your point #3. If you really have problems you can add the example to this bug. Your last question - about Integer. xsd:int cannot be null. Neither can the Java primitive type int. So those two map well. soapenc:int CAN be NULL, so it MUST map to something that can be null - java.lang.Integer. So when we see Integer, it gets mapped to soap-enc:int.