A Design the API in Anypoint Studio and upload the API to Runtime Manager
B Design the API in Design Center and publish the API to Exchange
C Develop the API in Flow Designer and publish the API to Exchange
D Develop the API in Anypoint Studio and export the connector as a jar file
答案:B
What event processor can be used to build the SOAP envelope with the required argument to pass to the SOAP service?
A Build SOAP
B Set Property
C JSON to XML
D Transform Message
E Set Attachment
答案:D
A JSON
B OAS
C RAML
D WSDL
答案:D
A As URI parameters in the HTTP Request operation
B In the Mule event’s payload
C As query parameters in the HTTP Request operation
D As flow variables
E As attributes in a Transform Message component before the HTTP Request operation
F As attributes in the HTTP Listener operation
答案:C
A Add the Account object metadata to the output and use the drag-and-drop feature to transform the incoming JSON data
B Change the output type to the Java Account object type
C Add the Account object metadata to the input and the Transform Message component will automatically convert the JSON objects to Account objects
D Change the input type to the Jave Account object type
答案:A