For GET web service , while hitting the WebService in postman, able to retrieve data from local and same code is not working in web logic server.
Input data format : JSON Output data format : JSON
For another WebService , which we are not providing input , able to retrieve data from weblogic server whereas WebService which requires input data is throwing 400 error.
May be it is not able to read content type.
Could any one please suggest me on this.
Tried adding produces = MediaType.APPLICATION_JSON_VALUE , consumes = MediaType.APPLICATION_JSON_VALUE produces = MediaType.APPLICATION_JSON_UTF8_VALUE , consumes = MediaType.APPLICATION_JSON_UTF8_VALUE
tried these 2 content types in all 4 combinations.
Even this is not working