}
		elseif($evento=="createXML_beneficiarios")
		{
			$ls_codper=$_GET['codper'];
			header('Content-type:text/xml');
			print $io_personal->uf_srh_buscar_beneficiarios($ls_codper);		
			
			
		}
		elseif($evento=="createXML_premio")
		{
			$ls_codper=$_GET['codper'];
			header('Content-type:text/xml');
			print $io_personal->uf_srh_buscar_premio($ls_codper);		
			
			
		}
		
			
	
}


require_once("../../../shared/class_folder/JSON.php");
$io_json=new JSON();

if (array_key_exists("operacion",$_GET))
{
  $ls_operacion = $_GET["operacion"];