FileManager
The following operations are supported. For a formal definition, please review the Service Description.
-
CommentConsolidation
MessageName="Comment_x0020_consolidation"
Consolidation of comments -
ComparePDFUsingdbAutoTrack
MessageName="Compare_x0020_PDF"
Compare PDF -
CopyFile
MessageName="Copy_x0020_file"
Copy out file to target location -
CopyFile
MessageName="Copy_x0020_file_x0020_and_x0020_return_x0020_URL"
Copy out file to a target location and return file URL -
CreateDirectory
To create directory -
DeleteFile
To delete file from a location -
DesktopSearch
MessageName="Desktop_x0020_Search"
Search document based on file name -
DtSearch
MessageName="Desktop_x0020_Search_x0020_using_x0020_dtSearch"
Search document based on file name using dtSearch -
DownloadFromSharePoint
MessageName="Download_x0020_from_x0020_share_x0020_point"
Download from share point -
ExtractPdfComment
MessageName="Export_x0020_PDF_x0020_to_x0020_excel"
Export PDF to excel -
ExtractCommentFromrxml
MessageName="Extract_x0020_comment_x0020_from_x0020_rxml"
Extract comment from rxml -
ReplicateFile
MessageName="File_x0020_as_x0020_chunks"
Copy out file to target location as chunks -
GenerateEMLFile
MessageName="Generate_x0020_EML_x0020_file"
Generate EML file -
GenerateZipFolder
MessageName="Generate_x0020_Zip_x0020_folder"
Generate Zip folder -
GenerateBase64String
MessageName="Generate_x0020_base_x0020_64_x0020_string"
Generate base64string -
GetFileChunks
To get a file as chunks -
GetFileInfo
Retrieve details of a file -
GetTempFilePath
Returns Temp path of server -
ImportEWSMailsUsingMailBee
Fetch Mail EWS -
ImportIMAPMailsUsingMailBee
Fetch Mail IMAP -
ImportPOP3MailsUsingMailBee
Fetch Mail POP3 -
InitializeService
MessageName="Initialize_x0020_the_x0020_Nucleus_x0020_service"
Initialize the Nucleus service -
IsFileExists
MessageName="Is_x0020_File_x0020_Exists"
To check whether file exists in a given path -
PutFile
Receive a file from client -
UploadToSharePoint
MessageName="Upload_x0020_To_x0020_Share_x0020_Point"
Upload file to share point
This web service does not conform to WS-I Basic Profile v1.1.
Please examine each of the normative statement violations below. Follow the recommendations to remedy it, or add setting to the <webServices> config section to turn off BP 1.1 conformance warnings for the entire vroot.
To turn off BP 1.1 conformance warnings for the entire vroot remove the 'BP1.1' value from the <conformanceWarnings> section of the configuration file of your application:
<configuration>
<system.web>
<webServices>
<conformanceWarnings>
<remove name='BasicProfile1_1'/>
</conformanceWarnings>
</webServices>
</system.web>
</configuration>
R2304: Operation name overloading in a wsdl:portType is disallowed by the Profile. A wsdl:portType in a DESCRIPTION MUST have operations with distinct values for their name attributes. Note that this requirement applies only to the wsdl:operations within a given wsdl:portType. A wsdl:portType may have wsdl:operations with names that are the same as those found in other wsdl:portTypes.
- Operation 'CopyFile' on portType 'FileManagerSoap' from namespace 'http://www.wrenchsolutions.com/'.
Recommendation: To make service conformant please make sure that all web methods belonging to the same binding have unique names.
For more details on Basic Profile Version 1.1, see the Basic Profile Specification.