I did not see something on the forum that directly mentions this, but to handle responses, there is a response transformer, click Edit Response in the Channel Tasks menu (left side of Mirth Connect Admin screen).
Then create a new response (javascript), add the following.
var ResponseMessage = response.getMessage()
logger.info("ResponseMessage: "+ ResponseMessage.toString());
channelMap.put('InternalID',ResponseMessage.toStri ng());
Then create a new response (javascript), add the following.
var ResponseMessage = response.getMessage()
logger.info("ResponseMessage: "+ ResponseMessage.toString());
channelMap.put('InternalID',ResponseMessage.toStri ng());
how-to - responses from SOAP/REST
0 commentaires:
Enregistrer un commentaire