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=20054>.
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=20054
Parameters namespaces not taken into account by WSDL2Java
gdaniels@apache.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |INVALID
------- Additional Comments From gdaniels@apache.org 2003-12-01 17:52 -------
This resulted from a misunderstanding. In WSDL, the namespace specified on
the <soap:body> element is only for the operation element itself, not for the
parameters underneath it, which are unqualified. Therefore we're doing the
right thing here and this isn't really a problem. Nick is going to change his
library to generate doc/lit WSDL and thus get the namespace mapping that way.
|