RE: ArrayOfInt
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
cc: Subject: ArrayOfInt 04/18/2002 09:39
ArrayOfInt
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