Questions
Take a moment to answer the following questions to serve as a recap of what you just learned in this chapter:
- What’s the default port for an HTTP listener in a Mule application project?
- Can any other port be used as the HTTP listener port other than the default port?
- Which file has the dependency details of the Mule application?
- In which view can we see the Mule runtime startup logs and other logs logged by the Logger step?
- Why do we use the Postman application?
- Where can we find the modules and connectors in Anypoint Studio?
- List some of the perspectives.
Answers
8081
.- Yes. We can use other ports that are not used by any other application in the machine while running an application in Anypoint Studio.
pom.xml
.- Console view.
- We can use the Postman application to test the web services.
- The Mule Palette.
- Mule Design perspective, Mule Debug perspective, and API Design perspective.