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

WSDL2Java does emit correct holders

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.0 RC 2



------- Additional Comments From [EMAIL PROTECTED]  2002-09-24 16:05 -------
Made changes to fix this problems (and several others uncovered).
Added the WSDL file as a test case.

SymbolTable
- Scan parameter names and prevent duplicates
- When dealing with Collection types, make the XML name
  the type in the collection, not the internal braket 
  notation (i.e. foo[unbounded])

RPCPRovider
- When creating output parameters, set the ParameterDescription

Parser
- optimize imports
- Call generate on Collection types to get holders if needed

ArraySerializer
- Serialize attributes for each item if we are doing
  literal style: <type>data</type>
  instead of:    <item></item>

Add a new WSDL test case: wrapped_holders.

Reply via email to