WrenchServer
Serverside functionality for various Wrench Applications
The following operations are supported. For a formal definition, please review the Service Description.
-
ApplyWindowsSecurityToDirectory
For Virtul Drive -
ApplyWindowsSecurityToFile
For Virtul Drive -
BulkCopy
BulkCopy -
BulkSendExternalMails
Bulk Send External Mails -
BulkcopyWeb
MessageName="BulkcopyofdocumentforWeb"
BulkcopyWeb -
ChangeFileAttributes
For Virtul Drive -
CheckLICTableIsActive
Checking whether License Table is empty or not - CheckTransmittalNeededForGenealogy
- CheckUserHaveEndofLifePermission
-
ClearCache_Viewer
web viewer Clear cache -
ClearLICTable
Clearing the License Table -
CloneFile
Duplicate a file on server -
ClrUsersFrm_LIC_Table
Clearing some of the users from License Table -
CompareDocument
web viewer Document -
ConfigureMemberServer
Update server settings -
Connect
Connect to server -
ContentSearch
Execute content search -
CopyFileInternal
For Copy File -
CreateDirectory
Create a directory on server -
CreateMarkup
web viewer Create Markup -
CreatePDFOnDemand
Create PDF Files on Demand -
CreatePDFRequest
To Create PDF Request -
CreatePDFSOnDemand
Create PDF Files on Demand from Document - Create_Relation
-
DBTransaction
Manage Database Transactions. -
DesktopSearch
Execute desktop search -
ExecSQLOutOfTrans
ExecuteSqlOutOfTransaction -
ExecuteSQL
Execute DMLs on a database connection -
ExportToERP
Invoke ERP DLL - GenerateSecDataSet
-
GenerateThumbnails
Generate Thumbnail View -
GetClientIdetification
GetClientIdetification -
GetData
Retrieve data from database -
GetDataZipped
Retrieve data from database in compressed form -
GetDate
Retrieve date from server -
GetDirectories
Get the list of directries in a directory on server -
GetDirectoriesFiles
Get the list of files in a directory on server - GetDocumentSchema
-
GetDrives
Get the list of logial drives on server -
GetFile
Get a file from server to client -
GetFileAttributes
Get File Attributes -
GetFileDirect
GetFile Direct -
GetFileInfo
Get File Attributes -
GetFileNew
Get a file from server to client -
GetFiles
Get the list of files in a directory on server -
GetLICTable
Get License Table - GetNextObjectID
-
GetNextServerID
Generate Next Server ID -
GetPrivateDBLink
TestMethod -
GetServerDetails
Retrieve Server Information -
GetServerList
Retrieve server list from database -
GetServerTimeZone
GetServer TimeZone -
GetTempFilePath
Get a temporary file location on server -
GetThumbnails
Get Thumbnail -
GetUniqueID
Get counter values used as unique ID in database -
GetVersionIndex
Get Version Index -
InvokePublisingServer
Invoke the publishing server's EXE(PDF_ForceCreator) -
IsDemoLicence
Check whether the licence is demo or not -
IsDirectoryExists
Checks the given directory exists in the server -
IsFileExistInSatelliteVault
Checks the given file exists in the satelite server.Using for WebAccess -
IsFileExists
Checks the given file exists in the server -
IsLicenseExpired
Check whether the license is Expired -
KillFile
Delete a file from server -
LogOut
Logout -
Login
Login -
PrintDocument
PrintDocument Server -
PutFile
Receive a file from client -
PutFileChunks
Receive a file from client by chunks -
PutFileNew
Receive a file from client -
PutFileNew2
Receive a file from client -
RaiseReplicationRequest
Replicate documents -
RaiseReplicationRequest_PDF
MessageName="RaiseReplicationRequest_x0020_with_x0020_destination_x0020_path"
Replicate documents with destination path -
ReadTimeOut
To Read Time Out Details. -
RecieveFile
To get the file from the remote server [server to server file transfer] - SaveCustomChar
- SaveDocumentDetails
-
SaveMarkup
Save Markup -
SaveMarkup
MessageName="SaveMarkupForCR"
Save Markup For CR - SaveSecurity
-
SendExternalMails
Sending Immediate External Mails - SendMail
-
SetJviewSettings
SetJviewSettings -
SetTimeOut
Manage Connection Time out. - SilentLogin
-
TestConnection
Test the connection -
UpdateLastAccess
Update Last Access Time - ValidateDocDetails
- ValidateDocDetailsInsertXrefVersions
-
ValidateMemberServer
Validate Member Server -
ViewDocuments
Web Viewer -
ViewDocuments
MessageName="ViewDocuments_WEBACCESS"
Web Viewer WEBACCESS -
ViewDocuments
MessageName="ViewDocuments_x0020_witf_x0020_fileid"
View ViewDocuments in web viewer -
ViewMarkups
View markup in web viewer -
View_Associated
View Associated in web viewer -
View_Associated
MessageName="View_Associated_WEBACCESS"
View Associated in web viewer WEBACCESS - WIndowsLogin
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 'ViewDocuments' on portType 'WrenchServerSoap' from namespace 'http://WrenchGlobal/'.
- Operation 'View_Associated' on portType 'WrenchServerSoap' from namespace 'http://WrenchGlobal/'.
- Operation 'ViewDocuments' on portType 'WrenchServerSoap' from namespace 'http://WrenchGlobal/'.
- Operation 'SaveMarkup' on portType 'WrenchServerSoap' from namespace 'http://WrenchGlobal/'.
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.