- From: Jacek Kopecky <jacek@systinet.com>
- Date: Tue, 2 Jul 2002 14:07:18 +0200 (CEST)
- To: Marc Hadley <marc.hadley@sun.com>
- cc: Kevin Johnsrude <kevinj@roguewave.com>, <xml-dist-app@w3.org>
Marc, Kevin, I believe that since in array the names are irrelevant, we must not assume that they are the same. The name may be used for type matching (if using some schema validation as suggested in http://www.w3.org/TR/soap12-part2/#encschema ) or it may be generated or (usually) it can be the same (like 'item' or something) but the latter is just one of the options. Best regards, Jacek Kopecky Senior Architect, Systinet Corporation http://www.systinet.com/ On Tue, 2 Jul 2002, Marc Hadley wrote: > > Kevin Johnsrude wrote: > > In SOAP 1.2, 3.1.2 "Encoding compound values" [1], is there any way to > > distinguish between a "struct" and an "array" that has neither an "itemType" > > nor an "arraySize" attribute? Note that this appears to be permitted per > > item 3. > > > IIRC, an array's child elements all have the same name. A struct's child > elements all have different names. A generics child elements can be a > mixture of the two. > > So, for a struct or array with only one child element then its difficult > to tell the difference without the attributes. > > Regards, > Marc. > > > [1] http://www.w3.org/TR/2002/WD-soap12-part2-20020626/#complexenc > > > > > >
Received on Tuesday, 2 July 2002 08:07:21 UTC