Class FileStorageAppSoap

java.lang.Object
com.collabnet.ce.soap60.webservices.WebService
com.collabnet.ce.soap60.webservices.filestorage.FileStorageAppSoap
All Implemented Interfaces:
IFileStorageAppSoap

public class FileStorageAppSoap extends WebService implements IFileStorageAppSoap
Provides SOAP web service for uploading/downloading files. Uploaded files are assigned a "temporary file storage id" which must be used within the SOAP session to create a document/FRS file/etc. Otherwise, the uploaded file is simply discarded. This service provides support for uploading/downloading files as attachments. Clients which are unable to use SOAP file attachments for uploading files, can use "SimpleFileStorageApp" service for uploading files in memory.

Change History
Version 4.4: No changes.
Since:
4.1
  • Constructor Details

    • FileStorageAppSoap

      public FileStorageAppSoap()
  • Method Details