3.1.4.1 GetDiscoverySearchConfiguration
The GetDiscoverySearchConfiguration operation retrieves a search configuration for eDiscovery.
The following is the WSDL port type specification of the GetDiscoverySearchConfiguration WSDL operation.
-
<wsdl:operation name="GetDiscoverySearchConfiguration" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:input message="tns:GetDiscoverySearchConfigurationSoapIn"/> <wsdl:output message="tns:GetDiscoverySearchConfigurationSoapOut"/> </wsdl:operation>
The following is the WSDL binding specification of the GetDiscoverySearchConfiguration operation.
-
<wsdl:operation name="GetDiscoverySearchConfiguration" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetDiscoverySearchConfiguration" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <wsdl:input> <soap:header message="tns:GetDiscoverySearchConfigurationSoapIn" part="RequestVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:GetDiscoverySearchConfigurationSoapIn" part="ManagementRole" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:body use="literal" parts="request" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> </wsdl:input> <wsdl:output> <soap:body use="literal" parts="GetDiscoverySearchConfigurationResult" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:GetDiscoverySearchConfigurationSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> </wsdl:output> </wsdl:operation>
The client sends a GetDiscoverySearchConfigurationSoapIn request WSDL message, as specified in section 3.1.4.1.1.1, and the server responds with a GetDiscoverySearchConfigurationSoapOut response, as specified in section 3.1.4.1.1.2.