Linux Mac OSX Windows
 This interface permits attachment of SOAP attachments.
[scriptable, uuid(6192dcbe-1dd2-11b2-81ad-a4597614c4ae)]
interface nsISOAPAttachments : nsISupports

Methods

 Attach an attachment to the message.

 Appropriate argument(s) must be identified.

 @return The identifier of the attachment, to be referenced in SOAP encoding
AString attach()
 Get the attachment associated with a particular identifier.

 @param aIdentifier The identifier of the attachment to be accessed.

 Appropriate return(s) must be identified.
void getAttachment(in AString aIdentifier)