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

WSDL2Java generates incorrect attachment handling for client stub





------- Additional Comments From [EMAIL PROTECTED]  2003-08-27 17:24 -------
Note that the buggy code is in wsdl/toJava/JavaStubWriter.java around line 900.
 It needs to check to see if the parameter is bound in the SOAP body (and find
it in _output) or as an attachment (and find it in the _attachments vector).  I
don't know how to do this check or I'd write the code for you...

Reply via email to