3.1.4.2 GetAttachments

The GetAttachments operation is used to get information about all the attachments of a list item.

 <wsdl:operation name="GetAttachments">
     <wsdl:input message="GetAttachmentsSoapIn" />
     <wsdl:output message="GetAttachmentsSoapOut" />
 </wsdl:operation>

The protocol client sends a GetAttachmentsSoapIn request message, and the protocol server responds with a GetAttachmentsSoapOut response message.