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

wsdl:part name is empty "" if not compile with debug

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Normal                      |Critical
           Priority|Other                       |High



------- Additional Comments From [EMAIL PROTECTED]  2002-09-19 22:51 -------
Sorry, the enter key got hit
Anyway, it result in a multi parameter operation of having bad wsdl generated 
and therefore useless.
- <wsdl:message name="getSomethingRequest">
  <wsdl:part name="" type="tns1:Hierarchy" /> 
  <wsdl:part name="" type="tns1:Hierarchy" /> 
  <wsdl:part name="" type="tns1:Hierarchy" /> 
  </wsdl:message>

Basically, the last one in wins since it is a hashmap and a key of "" is always 
used so it get replaced with the last 'type' of the parm list

Reply via email to