A call to /nju/wps3/jobs provides:
{
"jobs": [
{
"jobID": "91fa2774-5c37-11ed-addf-e24ac975c482",
"status": "successful",
"message": "ZOO-Kernel successfully run your service!",
"links": [
{
"title": "Status location",
"rel": "status",
"type": "application\/json",
"href": "\/nju\/wps3\/jobs\/91fa2774-5c37-11ed-addf-e24ac975c482"
},
{
"title": "Result location",
"rel": "http:\/\/www.opengis.net\/def\/rel\/ogc\/1.0\/results",
"type": "application\/json",
"href": "\/nju\/wps3\/jobs\/91fa2774-5c37-11ed-addf-e24ac975c482\/results"
}
]
}
],
"links": [
{
"rel": "self",
"type": "application\/json",
"href": "\/nju\/wps3\/jobs"
}
],
"numberTotal": 1
}
But the listed URL /nju/wps3/jobs/91fa2774-5c37-11ed-addf-e24ac975c482/results raises a HTTP 404:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /_run/91fa2774-5c37-11ed-addf-e24ac975c482.json was not found on this server.</p>
</body></html>
Observed with ADES v2.0.0
A call to
/nju/wps3/jobsprovides:But the listed URL
/nju/wps3/jobs/91fa2774-5c37-11ed-addf-e24ac975c482/resultsraises a HTTP 404:Observed with ADES v2.0.0