URL: /admin/adnet/pub/admin/anunciantes.html?op=l&o=xml

Potential parameters:
Examples of URLs with parameters:
/admin/adnet/pub/admin/anunciantes.html?op=l&o=xml

/admin/adnet/pub/admin/anunciantes.html?op=l&estado=act&o=xml

/admin/adnet/pub/admin/anunciantes.html?op=l&estado=arc&o=xml

Response:
It contains a list of objects <anunciante>.  The identifier is specified by the attribute anunciante_id and the data presented are:
Response example:

<lista>
    <anunciante anunciante_id=”123”>
        <nombre>Ad4all</nombre>
        <estado>0</estado>
        <observaciones/>
        <url>http://www.ad4all.com/</url>
        <fecha_alta>2006-03-22 13:45:35</fecha_alta>
        <fecha_baja/>
    </anunciante>
    <anunciante anunciante_id=”129”>
        <nombre>MarketingDirecto.com</nombre>
        <estado>1</estado>
        <observaciones/>
        <url>http://www.marketingdirecto.com/</url>
        <fecha_alta>2006-03-19 15:23:17</fecha_alta>
        <fecha_baja/>
    </anunciante>
</lista>