You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/09/20 00:51:22 UTC

DO NOT REPLY [Bug 12836] - wsdl:part name is empty "" if not compile with debug

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

chris.peake@ca.com changed:

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



------- Additional Comments From chris.peake@ca.com  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