Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| serviceplugin [2017/10/29 17:40] – [Service Plugin] admin | serviceplugin [2020/05/04 18:45] (current) – removed admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | =====Service Plugin===== | ||
| - | |||
| - | //Service Plugin// provides a set of MScript functions for testing back-end resources including web services, database servers, web servers, interfaces, etc. | ||
| - | |||
| - | [[http:// | ||
| - | |||
| - | ---- | ||
| - | ==== OS Functions ==== | ||
| - | Functions to read/write file and parse XML files. | ||
| - | |||
| - | ---- | ||
| - | ==== Database Functions ==== | ||
| - | Functions to access JDBC databases. It provides convenient functions to perform database queries: select, insert, update, delete and stored procedure call within mScript. | ||
| - | |||
| - | ---- | ||
| - | ==== WebSvc/REST Functions ==== | ||
| - | Functions to test web services and REST services. | ||
| - | |||
| - | You can test REST webservice with a simple mscript function call and parse and/or validate the xml content returned. | ||
| - | |||