HTTP Sender in Mirth
This blog is about sending the http request in Mirth interface engine using the custom javascript. This is really beneficial when we need to loop through the requests and send them in the api.
do {
try {
var data = connectorMessage.getEncodedData();
...
vibinchander.com1 min read