Forum Discussion

amarnath1234's avatar
amarnath1234
Contributor
6 years ago
Solved

Error 500 issue

I send my request and i got below error,need help how to fix this issue ?   Error 500: javax.servlet.ServletException: org.codehaus.jackson.map.JsonMappingException: Can not construct instance of...
  • suryakiranvadag's avatar
    6 years ago

    Hello Amarnath,

     

    seems like one of JSON key expecting a boolean, but instead you are getting a different string value in return which is causing the issue. Check with your developer. how the JSON schema is and what kind of values it is expecting. They might be able to help you.