I followed following Link for configuration and still getting error. Can you please give me some information or link so that I can configure it properly and start developing client side.
Just so you know the specific reason for this error, “activelisttype” was removed from the OpenMRS Platform in release 2.0. Try a resource like “location” if you’re just testing things out.
Can you please give some link’s for updated released for openMRS so that I can configure it properly. As I am new and I am confused about version’s and configuration. Thanks in advance.
As I am new about openMRS so if you please provide information it will easier for me to understand.
What I wanted to do : I want to configure openMRS server side to develop client side. To develop Client side I need to do GET,POST,PUT,DELETE from openMRS REST API. As openMRS provide Backend only so which version or from which link I can get the actual Source Code Repository for openMRS Backend so that I can develop client side according to my desire.
But while I am trying to GET data from an API end using POSTMAN or RESTclient I am getting 404 Not found Error. Is there any chance that I am giving wrong URL for getting data?
@abusufian92, can you verify if the webservices.rest module is installed in your server? (You could see this from the Manage Modules page of the legacy UI.)
" If you are seeing this page, it means that the OpenMRS Platform is running successfully, but no user interface module is installed. Learn about the available User Interface Modules
If you are a developer, you can access the REST API. (See REST documentation for clients)"
Means I installed and Configured properly. But While I am trying to access any other API end using http://localhost:8080/openmrs/ws/rest/v1/ or else according to documentation I am getting “Problem accessing and Not Found Error”.
Server Giving following Error : DispatcherServlet.noHandlerFound(1120) |2017-02-15 14:48:28,283| No mapping found for HTTP request with URI [/openmrs/ws/rest/v1/resource] in DispatcherServlet with name 'openmrs’
What Should I do now. Please Help me.Thanks in advance.