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=20930>. 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=20930 Input parameter resolution by QName always fails in 1.1 final ------- Additional Comments From [EMAIL PROTECTED] 2003-06-25 20:23 ------- Ok, I've been able to wrap my head around the problem a bit better, and have submitted a new patch. Basically, parameters in RPC style messages *must not* be namespace qualified, while parameters in Document style messages *must* be qualified. The new patch respects that requirement, and fixes this bug while not breaking the patch from 19274. Also, Vilmantas's description of the problem is much, much more clear than my original one was. Parameters in RPC style messages that are either sent out of order or are simply ommitted causes axis 1.1 final to break because of this bug.
