RE: array question

2003-09-26 Thread Chris Williamson
-From: Mitch Gitman [mailto:[EMAIL PROTECTED]Sent: Friday, September 26, 2003 4:00 PMTo: [EMAIL PROTECTED]Subject: Re: array question Chris:The difference between the two examples you show amounts to whether or not there's a parent element, or wrapper, specified that'

Re: array question

2003-09-26 Thread Mitch Gitman
Chris:The difference between the two examples you show amounts to whether or not there's a parent element, or wrapper, specified that's dedicated to containing the array. The first example uses a parent/wrapper; the second example does not because it throws the int-type element at the same level

array question

2003-09-26 Thread Chris Williamson
Hey I have a question about arrays. In the ws-i spec it states that arrays should be defined such as... And this turns out... blah moreblah Should arrays be defined in a complexType all to themselves? Or I noticed that Axis supports something like this...