3.1.4.1.2.1 Execute

msdn link

The Execute element specifies the input data for the Execute WSDL operation.

 <xs:element name="Execute" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element xmlns:q2="http://www.microsoft.com/sharepoint/search/KnownTypes/2008/08" minOccurs="0" name="properties" nillable="true" type="q2:QueryProperties"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

properties: Specifies the properties for the search query. This element MUST NOT be empty. This element MUST conform to the schema of either the KeywordQueryProperties complex type, as specified in section 3.1.4.7.3.1 or the FullTextSqlQueryProperties complex type, as specified in section 2.2.4.7.