3.1.4.4 FetchAttachment

This operation is used by the protocol client to retrieve an attachment of a Lotus Notes item.

The following is the WSDL port type specification of the FetchAttachment WSDL operation.

 <wsdl:operation name="FetchAttachment" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://tempuri.org/INotesWebServiceApplication/FetchAttachment" message="tns:INotesWebServiceApplication_FetchAttachment_InputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:output wsaw:Action="http://tempuri.org/INotesWebServiceApplication/FetchAttachmentResponse" message="tns:INotesWebServiceApplication_FetchAttachment_OutputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends an INotesWebServiceApplication_FetchAttachment_InputMessage (section 3.1.4.4.1.1) request, message and the protocol server responds with an INotesWebServiceApplication_FetchAttachment_OutputMessage (section 3.1.4.4.1.2) response message, as follows.

  • On success, the protocol server MUST return the attachment of a Lotus Notes item.

  • On error, the protocol server MUST send a FaultException<ExceptionDetail> message to the protocol client.