Prova questo codice:

Codice PHP:
<?php 
$xml 
file_get_contents('php://input');
print(
$xml);
?>