HTTP560 error

1
I’m getting the following error when trying to use a microflow with a REST service: HTTP560: Non-standard status. (XHR)POST - http://localhost:8080/xas/ Any idea how I can resolve this?
asked
1 answers
0

What endpoint are you using to call the REST service? This should be something like: http://localhost:8080/rest/<service>/<resource>/

Did you try using http://localhost:8080/rest-doc/ and see if the REST service works there?

answered