ResponseControl is returned in the return data object of an API call.
If the API call is handled by a synchronous adapter then this control might not be present in the returned data object. If the call is handled by an asynchronous adapter then this control is returned.
<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"/>