eSSL – eBIOServer-New is a web-based biometric data management solution that acts as middleware between biometric devices and third-party client applications (Payroll, HRMS, ERP, GYM, etc.).
eBIOServer-New can be deployed on an MS Windows web server along with MS-SQL,MySQL Databases.
Administrators can access applications anywhere through a browser or third-party software via API to manage thousands of devices.
eBioserverNew DEMO Link
DEMO Server URL http://ebioservernew.esslsecurity.com:99
Login Name : essl | Password : essl
eBioserverNew-UserManual Download
eBioserverNew Application Download
Web Service : URL of eBioserverNew
Example: http://ebioservernew.esslsecurity.com:99/webservice.asmx
or http://192.168.6.47:8080/Webservice.asmx
(URL/IP can be mapped as per your system/network)
Example: http://ebioservernew.esslsecurity.com:99/webservice.asmx?op=DeleteEmployee
By calling this method, the employee will be deleted from a particular location on all the devices. The result will be displayed as error or success.
Example: http://ebioservernew.esslsecurity.com:99/webservice.asmx?op=DeviceCommand_BlockUnBlockUser
By calling this method, the employee will be Blocked or UnBlocked on a specific device. Use true to Block the employee and false to unblock them. The result will be displayed as error or success.
Example: http://ebioservernew.esslsecurity.com:99/webservice.asmx?op=DeviceCommand_EnrollFP
By calling this method, an employee's fingerprint template can be enrolled on a specific device. The FPIndex can be set from 0 to 9. Result will be displayed as error or success.
Example: http://ebioservernew.esslsecurity.com:99/webservice.asmx?op=DeviceCommand_EnrollFace
By calling this method we can enroll employee Face Template in the device Result will be displayed as error or success.
Example: http://ebioservernew.esslsecurity.com:99/webservice.asmx?op=GetDeviceIllegalLogs
By calling this method, we can retrieve illegal employee logs from the database.
Example: http://ebioservernew.esslsecurity.com:99/webservice.asmx?op=GetDeviceList
By calling this method, we can retrieve the device list from the database as per the mentioned location.
Example: http://ebioservernew.esslsecurity.com:99/webservice.asmx?op=GetDeviceLogs
By calling this method, we can retrieve device logs from the database as per the mentioned location and date.
Example: http://ebioservernew.esslsecurity.com:99/webservice.asmx?op=GetEmployeeCodes
By calling this method, we can retrieve employee codes from the database.
Example: http://ebioservernew.esslsecurity.com:99/webservice.asmx?op=GetEmployeeDetails
By calling this method, we can retrieve employee details like Employee code, Name, Location code, Employee Role, and Verification Type.
Example: http://ebioservernew.esslsecurity.com:99/webservice.asmx?op=GetEmployeePunchLogs
By calling this method, we can get Employee Transaction Punch logs of employees like first in punch and last out punch of a single date with semicolon and followed by all the punches with comma separation of a single date.
Example: http://ebioservernew.esslsecurity.com:99/webservice.asmx?op=UpdateEmployee
By calling this method, we can add an employee to a particular location on all the devices by passing value Employee code, Name, Single Location code or Multiple location codes separated by comma, Employee Role, and Verification Type.
Example: http://ebioservernew.esslsecurity.com:99/webservice.asmx?op=UpdateEmployeeEx
By calling this method, we can update extra details of an employee to a particular location on all the devices by passing value Employee code, Name, Card Number, Single Location code or Multiple location codes separated by comma, Employee Role, Verification Type, ExpiryFrom & ExpiryTo, Employee Photo (converted by base 64).
Example: http://ebioservernew.esslsecurity.com:99/webservice.asmx?op=UpdateEmployeePhoto
By calling this method, we can update an employee's photo that has been converted to a Base64 string.
Example: http://ebioservernew.esslsecurity.com:99/webservice.asmx?op=UpdateEmployeewithExpiryDates
By calling this method, we can set an employee's expiry date.