Hi, 1. You can set the Authorization header property using Groovy script message.setHeader(“Authorization”, “Bearer ” + token);2. Or better way use the OAuth2 credentials (under Monitor -> Manage Security -> Security Material), this will let you call...
Hi Nageshwara,if you want the first 3 characters of SNDPRN you can use the below expressions.substring(//SNDPRN,1,3)substring(/ZPM_ORDER02/IDOC/EDI_DC40/SNDPRN,1,3)