3.1.4.4 GetSharingMetadata Operation
The GetSharingMetadata operation gets an encrypted XML payload that identifies the participants in a shared folder exchange.
The following is the WSDL port type specification for this operation.
-
<wsdl:operation name="GetSharingMetadata"> <wsdl:input message="tns:GetSharingMetadataSoapIn"/> <wsdl:output message="tns:GetSharingMetadataSoapOut"/> </wsdl:operation>
The following is the WSDL binding specification for this operation.
-
<wsdl:operation name="GetSharingMetadata"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetSharingMetadata"/> <wsdl:input> <soap:body parts="request" use="literal"/> <soap:header message="tns:GetSharingMetadataSoapIn" part="RequestVersion" use="literal"/> </wsdl:input> <wsdl:output> <soap:body parts="GetSharingMetadataResult" use="literal"/> <soap:header message="tns:GetSharingMetadataSoapOut" part="ServerVersion" use="literal"/> </wsdl:output> </wsdl:operation>