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

Document Literal WSDL Processing - maxOccurs="unbounded"

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-03-26 17:29 -------
Since maxOccurs is unbounded...WSDL2Java does not know how many to allocate. So
you have to do this in your code.

      CmdResponse resp = new CmdResponse();
      resp.setCmdStatus("2");
      resp.setMessage(new samples.pubsub.Message[2]);

Thanks,
dims

Reply via email to