3.1.4.8 SetUserPhoto
The SetUserPhoto WSDL operation adds a photo to a user's account.<69>
The following is the WSDL port type specification of the SetUserPhoto WSDL operation.
-
<wsdl:operation name="SetUserPhoto"> <wsdl:input message="tns:SetUserPhotoSoapIn"/> <wsdl:output message="tns:SetUserPhotoSoapOut"/> </wsdl:operation>
The following is the WSDL binding specification of the SetUserPhoto WSDL operation.
-
<wsdl:operation name="SetUserPhoto"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/SetUserPhoto"/> <wsdl:input> <soap:header message="tns:SetUserPhotoSoapIn" part="RequestVersion" use="literal"/> <soap:body parts="request" use="literal"/> </wsdl:input> <wsdl:output> <soap:body parts="SetUserPhotoResult" use="literal"/> <soap:header message="tns:SetUserPhotoSoapOut" part="ServerVersion" use="literal"/> </wsdl:output> </wsdl:operation>
The protocol client sends a SetUserPhotoSoapIn request WSDL message and the protocol server responds with a SetUserPhotoSoapOut response WSDL message