3.1.4.3.2.2 ExecuteResponse
The server response to an execute request contains the ExecuteResponse element as the root of the response. The ExecuteResponse element has the following definition.
-
<xsd:complexType name="ExecuteResponse" > <xsd:sequence> <xsd:element name="return" minOccurs="1" maxOccurs="1" type="return" > </xsd:element> </xsd:sequence> </xsd:complexType>
The return element is described in the following section.