Ver Mensaje Individual
  #1  
Antiguo 09-04-2026
rci rci is offline
Miembro
 
Registrado: nov 2020
Posts: 565
Reputación: 6
rci Va por buen camino
WS RETO No funciona

Hola, un cliente nuestro nos ha llamado diciendo que no puede enviar al RETO, que le da un error.
Utilizamos el webservice WSRETO de la Url = https://servicio.mapama.gob.es/wsret...sretotran.asmx

Pues hoy está devolviendo un error html:
Código PHP:
<html>
    <
head>
        <
title>Runtime Error</title>
        <
meta name="viewport" content="width=device-width" />
        <
style>
         
body {font-family:"Verdana";font-weight:normal;font-size.7em;color:black;} 
         
{font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
         
{font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
         
H1 font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
         
H2 font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
         
pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
         .
marker {font-weightboldcolorblack;text-decorationnone;}
         .
version {colorgray;}
         .
error {margin-bottom10px;}
         .
expandable text-decoration:underlinefont-weight:boldcolor:navycursor:pointer; }
         @
media screen and (max-width639px) {
          
pre width440pxoverflowautowhite-spacepre-wrapword-wrap: break-word; }
         }
         @
media screen and (max-width479px) {
          
pre width280px; }
         }
        </
style>
    </
head>

    <
body bgcolor="white">

            <
span><H1>Server Error in '/wsreto' Application.<hr width=100size=1 color=silver></H1>

            <
h2> <i>Runtime Error</i> </h2></span>

            <
font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

            <
bDescription: </b>An application error occurred on the serverThe current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It couldhoweverbe viewed by browsers running on the local server machine.
            <
br><br>

            <
b>Details:</bTo enable the details of this specific error message to be viewable on remote machinesplease create a <customErrorstag within a "web.config" configuration file located in the root directory of the current web applicationThis <customErrorstag should then have its "mode" attribute set to "Off".<br><br>

            <
table width=100bgcolor="#ffffcc">
               <
tr>
                  <
td>
                      <
code><pre>

<!-- 
Web.Config Configuration File -->

<
configuration>
    <
system.web>
        <
customErrors mode="Off"/>
    </
system.web>
</
configuration></pre>                      </code>

                  </
td>
               </
tr>
            </
table>

            <
br>

            <
b>Notes:</bThe current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.<br><br>

            <table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>
                      <code><pre>

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration></pre>                      </code>

                  </td>
               </tr>
            </table>

            <br>

            </font>

    </body>
</html> 

Parece un error de su servidor.

A alguien le ocurre lo mismo o le funciona?

Muchas gracias
Responder Con Cita