简体   繁体   中英

Dynamics AX connector 2012 dynamic company configuration property Mule 4

I am using AX connector to call AIF service of AX 2012. The values we put in configuration property of connector like company, language etc. become header of the XML request. I need to set the company name depending upon the payload value.

How can we do that?

在此处输入图像描述

Use an expression. In Mule expressions are sorrounded by #[... ] .

I don't have a complete example but it would be similar to this:

<microsoft-dynamics-ax:dynamics-ax-config
        ...
        company="#[payload.clientId]"
        ...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM