DEV Community

Chay81
Chay81

Posted on

RESTFul -Web-services

https://stackoverflow.com/q/73237688/19692346

I have created a project on RESTFul Webservices.

The Post method works fine, generates user id but when i use get, put and delete method it does not work...

gives me null pointer exception...though i have not defined anything related to it.

I have tried to understand the reason why the methods do not work, tried using different logics, but nothing works hence unable to fix it.

Please help me resolve the issue or guide me how to resolve it

Github link: [1]: https://github.com/Chay81/Mobil-App-WS

Top comments (0)