Hi Tushar
I get the feeling that the set field below isn't working, I'm not much
with miniLang but try from-field="parameters.partyId" or something like
that. Also, move the log operation below the set field, that way you
can see if it's working. If that doesn't work I'm out of ideas.
Regards
Scott
Tushar Abhyankar wrote:
Scott,
I am calling a service through own code, the code below is part
service(simple method) itself.
The Code snippet is:
<log level="info" message="MapIn:${mapIn}"/>
<set field="mapIn.partyId" from-field="partyId"/>