Twilio is getting the following as the body of the xml according to the debugger. It says there is a problem on line 2, that the xml is not well formed. I copied this straight of of the debugger page and an hoping that someone could tell me what's wrong with this.
Thanks.
<?xml version="1.0" encoding="UTF-8" ?>
<Response>
<Enqueue waitUrl="contactagent_2.php">myqueue</Enqueue>
</Response>
Edit:
I just got an email from Twilio support.
Hi, Thanks for checking with us. I apologize the error message is misleading. The error message is actually regarding what is returned by the (below):
So, there wasn't anything wrong with the XML itself. Thanks Kevin for taking time to look it over.