2.2.4.1 ArrayOfString Complex Type

The ArrayOfString complex type is used in the SubEnrollServiceSoap (section 3.3) and GroupExpansionWebServiceSoap (section 3.5) port types.

 <s:complexType name="ArrayOfString">
   <s:sequence>
     <s:element minOccurs="0" maxOccurs="unbounded"
       name="string" nillable="true"
       type="s:string"
     />
   </s:sequence>
 </s:complexType>

string: A string value. In the SubEnrollServiceSoap port type, the string element contains XML representing a node in an SLC certificate chain.

In the GroupExpansionWebServiceSoap port type, the string element contains the email address contact for a group for which membership is to be checked.