[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Public review comment: clientAttributes in types.xsd are not specified withmaxOccurs="unbounded"
The specification defines the clientAttributes as a field in MimeResponse
and ClientData to be an optional array of NamedString.
However the WSDL contains the following definitions:
<complexType name="MimeResponse">
<sequence>
.......
<element name="clientAttributes" type="types:NamedString"
minOccurs="0"/>
.......
</sequence>
</complexType>
<complexType name="ClientData">
<sequence>
........
<element name="clientAttributes" type="types:NamedString"
minOccurs="0"/>
........
</sequence>
</complexType>
Both clientAttributes element definitions should contain the additional
--maxOccurs = "unbounded"-- attribute to make these an optional array.
Mit freundlichen Gruessen / best regards,
Richard Jacob
______________________________________________________
IBM Lab Boeblingen, Germany
Dept. 2289, WebSphere Portal Server Development 1
WSRP Team Lead
WSRP Architecture & Standardization
Phone: ++49 7031 16-3469 - Fax: ++49 7031 16-4888
IBM Deutschland Entwicklung GmbH
Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Herbert Kircher
Sitz der Gesellschaft: Böblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]