<complexType name="UserList">
<complexContent>
<restriction base="SOAP-ENC:Array">
<sequence>
<element maxOccurs="unbounded" name="user" type="xsd:string" />
</sequence>
<attribute WSDL:arrayType="xsd:string[]" ref="SOAP-ENC:arrayType" />
</restriction>
</complexContent>
</complexType>
这段wsdl文档是我要向对方发送的数据,我该怎么封装这个UserList 请教大家