Refer to the exhibits. The updateTemp and getTemp flows share the same default object store.A web client sends one GET request to the test flow's HTTP Listener, which causes the test flow to call the updateTemp flow. After the test flow returns a response, the web client then sends a different GET request to the getTemp flow's HTTP Listener. The test flow is not called a second time.What response is returned from the request to the getTemp flow's HTTP Listener?
Refer to the exhibits. A web client sends sale data in a POST request to the Mule application. The Transform Message component then enriches the payload by prepending a vendor name to the sale data.What is written to the sales.csv file when the flow executes?
Refer to the exhibits. The Mule application does NOT define any global error handler elements. A web client sends a GET request to the HTTP Listener.What response message is returned to the web client?
Refer to the exhibit.What DataWeave expression transforms the example XML input to the CSV output?
Refer to the exhibits. The Mule application configures and uses two HTTP Listener global configuration elements.The Mule application is run in Anypoint Studio.If the Mule application starts correctly, what URI and port number(s) can receive web client requests; if the Mule application fails to start, what is the cause of the failure?