Is there a way to return and xml string that is not encapsulated in a message json object when cashing the rest api in frappe.
I’m trying to integrate with a telephony system which requires xml as a input after calling a url which I want to host as frappe app. My only challenge is that when I’m returning the xml it gets converted as json message object.
This service or custom method I wrote is being called by the telecoms company, I dont have access to there applications to use the javascript. I am building the api to return contact information from my customer database that they require to route a call to the mobile. So trying to build a sort of voip service for my erpnext instance.
If there is not other option right now then I will need to maybe do this outside of erpnext for now.