First, define an oDataModel using the service URL, and set the model to the Component.
Second in the XML view, you can use the below code:
<Select items="{path: '/EntitySet'}">
<core:Item key="{Field}" text="{Field_Text}" />
</Select>
This would bind the entity set data to the drop down.
Thanks,
Esha.