The page Submit a processing job on Ades v2 contains the following example:
curl -v -L -X POST "http://{HOSTNAME:PORT}/{WORKSPACE_NAME}/wps3/processes/snuggs-0_3_0/jobs" \ -H "accept: application/json" -H "Prefer: respond-async" -H "Content-Type: application/json" -d "@test/sample_apps/v2/snuggs/app-execute-payload.json"
Here the URL is wrong (still Ades v1 style), it should be http://{HOSTNAME:PORT}/{WORKSPACE_NAME}/wps3/processes/snuggs-0_3_0
The page Submit a processing job on Ades v2 contains the following example:
curl -v -L -X POST "http://{HOSTNAME:PORT}/{WORKSPACE_NAME}/wps3/processes/snuggs-0_3_0/jobs" \ -H "accept: application/json" -H "Prefer: respond-async" -H "Content-Type: application/json" -d "@test/sample_apps/v2/snuggs/app-execute-payload.json"Here the URL is wrong (still Ades v1 style), it should be
http://{HOSTNAME:PORT}/{WORKSPACE_NAME}/wps3/processes/snuggs-0_3_0