Share via


3.1.4.3 Execute

This operation is used for sending commands to the server.

The following WSDL describes the Execute operation.

 <wsdl:operation name="Execute">
   <wsdl:input message=" ExecuteSoapIn" />
   <wsdl:output message=" ExecuteSoapOut" />
 </wsdl:operation>

The protocol client sends an ExecuteSoapIn request message, and the protocol server responds with an ExecuteSoapOut response message.