Hello all, When I am trying to consume a service , I am getting below error: com.mendix.modules.microflowengine.MicroflowException: Error calling REST service at FIXAppModule.Consume_Notifications (CallRest : 'Call REST (POST)') Advanced stacktrace: at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:48) Caused by: com.mendix.modules.microflowengine.MicroflowException: 415: Unsupported Media Type at FIXAppModule.Consume_Notifications (CallRest : 'Call REST (POST)') But When i see the response in SOAP UI, I am able to see response properly. Where I am missing?
↧