RequestControl can be passed in the input data object of an API to indicate how the adapter handles the request and to check the status of an asynchronous call.
RequestControl is passed in the input data object of an API call. It is used to check the status of an asynchronous call using the ticket received in the ResponseControl. RequestControl is also used to indicate how the adapter handles the request using the “requiredInteractionStyle” property
<xsd:complexType name="RequestControl"> <xsd:complexContent> <xsd:extension base="Control"> <!-- supported interaction styles are: sync, async, and syncOrAsync --> <xsd:attribute name="requiredInteractionStyle" type="xsd:token"/> <xsd:attribute name="ticket" type="xsd:string"/> </xsd:extension> </xsd:complexContent> </xsd:complexType>
<wim:controls xsi:type="wim:RequestControl" ticket="AsyncLDAP1:1113940307424:-1278154994"/>