Rest Webservice request is blank when sent from Middleware
We have created a REST POST webservice and it is working without issues using SOAP UI. But when the Middleware is submitting the request, Peoplesoft is receiving a blank request and the Content-type is coming up as 'text/plain' when MW is sending it as 'application/json' from their console . And MW is receiving the error response in JSON format. We are not sure if the issue is with MW or Peoplesoft. Please let me know if anyone had faced similar issue and found a solution.
Note - MW logs show the Content type as 'application/json; charset=UTF-8' as they are sending in the request.