Forum Discussion

EssexBoy's avatar
EssexBoy
New Contributor
10 years ago

"HTML Tidy for Java (vers. 26 Sep 2004), see www.w3.org" name="="generator"/> Error message

I am attempting to execute a JSON REST message through Ready API. I have used this message before and it has worked correctly in the past but htis time, I receive the following error message:

 

<html>
<head>
<meta content="HTML Tidy for Java (vers. 26 Sep 2004), see www.w3.org" name="generator"/>
<title/>
</head>
<body>error</body>
</html>

 

I have no idea what this means so any help will be greatly appreciated

3 Replies

    • EssexBoy's avatar
      EssexBoy
      New Contributor

      HTTP/1.1 404 Not Found
      Server: vs
      Date: Fri, 13 Nov 2015 10:47:18 GMT
      Content-Type: text/html
      Content-Length: 6
      Connection: keep-alive
      Keep-Alive: timeout=20
      ETag: "553a57b1-6"

      error

      • kondasamy's avatar
        kondasamy
        Regular Contributor

        The server has thrown '404 Not Found' with Null response, hence the HTML is shown in the response XML/ JSON viewer. You meant to say that, it worked in past, do you ran in Ready! API (same version)? or do you ran in SoapUI OS/ Pro?

         

        Check whether the server has the appropriate service deployed. If you have the past run Raw request, can you please share here or can you please compare the current raw request with the previous working one?

         

        Thanks,

        Samy