Valid MCD-Level-1 Dumps shared by ExamDiscuss.com for Helping Passing MCD-Level-1 Exam! ExamDiscuss.com now offer the newest MCD-Level-1 exam dumps, the ExamDiscuss.com MCD-Level-1 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com MCD-Level-1 dumps with Test Engine here:
Refer to the exhibits. This main mule application calls a separate flow called as ShippingAddress which returns the address corresponding to the name of the user sent to it as input. Output of this ShippingAddress is stored in a target variable named address. Next set of requirement is to have a setPayload transformer which will set below two values 1) orderkey which needs to set to be equal to the order element received in the original request payload. 2) addressKey which needs to be set to be equal to the address received in response of ShippingAddress flow What is the straightforward way to properly configure the Set Payload transformer with the required data? A mule application is being developed which will process POST requests coming from clients containing the name and order information. Sample request is as below
Correct Answer: A
Correct answer is as below. In this case address will be stored in a variable. Hence payload will not be overwritten and will contain order details { orderkey: "payload.order", addresskey: "vars.address" }