The openIMIS Web Services allow mobile applications to used. They are used to manage all operation happening in the field.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
In order to use and develop the openIMIS Web Services on your local machine, you first need to install:
- SQL Server with openIMIS database
- openIMIS Web Application (optional, but required to configure the master data)
To make a copy of this project on your local machine, please clone the repository.
git clone https://github.com/openimis/web_service_vb
Restore the NuGet packages needed by the application using VS or nuget CLI.
nuget restore
Before running the application, you need to change the connection string to connect to the database in the Web.config file within IMISWebService folder.
<add name="CHF_CENTRALConnectionString" connectionString="Data Source=[DatabaseIPAdress];Initial Catalog=IMIS;User ID=[ImisUserId];Password=[ImisUserPassword]" providerName="System.Data.SqlClient"/>
For deployment please read the installation manual.
Copyright (c) Swiss Agency for Development and Cooperation (SDC)
This project is licensed under the GNU AGPL v3 License - see the LICENSE.md file for details.