Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.