I am just trying to write a hello world application with help of below video
https://www.youtube.com/watch?v=AUfUMXwzu24
I have just used HTTP from pallet and it is giving me below error
"Required attribute config-ref is not defined in listener"
in Anypoint studio it is showing error in below line
<http:listener config-ref="" path="" doc:name="HTTP"/>
I am using version 5.1.0 of Anypoint studio.
You are missing an
http:listener-config
element, like for example:See: https://developer.mulesoft.com/docs/display/current/HTTP+Listener+Connector