3.1.4.4 StartSearchSession Operation

This StartSearchSession operation is a request to begin a search session. The protocol client indicates that the server SHOULD expect that other requests (including queries) will follow. This information can be used by the protocol server to perform important optimizations such as cache warming.

The following is the WSDL port type specification of the operation.

     <wsdl:operation name="StartSearchSession">
       <wsdl:input message="tns:StartSearchSessionSoapIn" />
       <wsdl:output message="tns:StartSearchSessionSoapOut" />
     </wsdl:operation>

The following is the WSDL binding specification of the operation.

     <wsdl:operation name="StartSearchSession">
       <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/StartSearchSession" />
       <wsdl:input>
         <soap:header message="tns:StartSearchSessionSoapIn" part="RequestVersion" use="literal"/>
         <soap:header message="tns:StartSearchSessionSoapIn" part="MailboxCulture" use="literal"/>
         <soap:body parts="request" use="literal" />
       </wsdl:input>
       <wsdl:output>
         <soap:body parts="StartSearchSessionResult" use="literal" />
         <soap:header message="tns:StartSearchSessionSoapOut" part="ServerVersion" use="literal"/>
       </wsdl:output>
     </wsdl:operation>