RE: ArrayOfInt

2002-04-18 Thread Glen Daniels
l 18, 2002 11:36 AM > To: [EMAIL PROTECTED] > Subject: Re: ArrayOfInt > > > We were generating int[]. Has this changed ? > > Rich Scheuerle > XML & Web Servic

Re: ArrayOfInt

2002-04-18 Thread R J Scheuerle Jr
cc: Subject: ArrayOfInt 04/18/2002 09:39

ArrayOfInt

2002-04-18 Thread Glen Daniels
Guys, why are we generating "beans" for things like integer arrays? When a WSDL indicates an "ArrayOfInt" type, that's just shorthand which is necessary because we need a way of "subclassing" SOAP arrays to type them in schema-land. We should be just using "int[]" in this case, no? --Glen