Overview of Web Services Methods

 

There are only a few web service methods, of which 1 that serves a multi-purpose function.

 

MethodInvoke – This is the generic method through which many of the business calls are made. E.g. EmployeeSave, TransDelete.

EncryptString

SessionValidate

SessionLogin

SessionLogout

SessionGetEmployeeIDFromSessionID

ReportExportPDF

DatabaseExecuteQuery

DatabaseGetTableSchema

 

 

Code examples – All code examples are in C#, although it would be possible to access this API from VB, and even non .NET tools like Java and C++. (Cross-platform API). Where at all possible we have attempted to make the API cross-platform by trying to avoid .NET dependent types like the DataSet.