3.1.4.2 GetNonIndexableItemStatistics
The GetNonIndexableItemStatistics WSDL operation retrieves statistics for items that could not be indexed.
The following is the WSDL port type specification of the GetNonIndexableItemStatistics WSDL operation.
-
<wsdl:operation name="GetNonIndexableItemStatistics" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:input message="tns:GetNonIndexableItemStatisticsSoapIn"/> <wsdl:output message="tns:GetNonIndexableItemStatisticsSoapOut"/> </wsdl:operation>
The following is the WSDL binding specification of the GetNonIndexableItemStatistics WSDL operation.
-
<wsdl:operation name="GetNonIndexableItemStatistics" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetNonIndexableItemStatistics" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <wsdl:input> <soap:header message="tns:GetNonIndexableItemStatisticsSoapIn" part="RequestVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:GetNonIndexableItemStatisticsSoapIn" 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="GetNonIndexableItemStatisticsResult" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:GetNonIndexableItemStatisticsSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> </wsdl:output> </wsdl:operation>
The client sends a GetNonIndexableItemStatisticsSoapIn request WSDL message, and the server responds with a GetNonIndexableItemStatisticsSoapOut response.