I cant keep the data I posted

0
Hi,   I am sending two parameters to a service by applying Call Rest Post. From there, it should return "S" for successfull and "E" for error. When I set the Rest Consume setting to Trace, I can see that it returns 200 OK and S or E in the console, but my action named ServiceOutput, which I call Rest Post, returns empty. It does not return a string empty, the type of the ServiceOutput action returns empty. (I am applying Export and Import mappings, they also use an .xsd file as the XML schema.)   Why can't I keep the data in the ServiceOutput action even though I see the Response value in the console? Because later I will place a decision and say "If it is S, continue microflow, if it is E, return an error message".
asked
0 answers