1$xml = Xml::fromArray(array('response' => $message));
2echo $xml->asXML();
3