ResponseControl 在 API 调用的 return 数据对象中返回。
如果 API 调用由同步适配器来处理,那么返回的数据对象中可能不存在控件。如果调用由异步适配器来处理,那么将返回此控件。
<xsd:complexType name="ResponseControl">
<xsd:complexContent>
<xsd:extension base ="Control">
<xsd:attribute name="complete" type="xsd:boolean" default="true"/>
<xsd:attribute name="ticket" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<wim:controls xsi:type="wim:ResponseControl" complete="false"
ticket="AsyncLDAP1:1113940307424:-1278154994"/>
<wim:controls xsi:type="wim:ResponseControl" complete="true"/>