We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a web service you can define the response body via the metadata configuration (output transform and output field): https://hop.apache.org/manual/latest/hop-server/web-service.html
It would be a nice feature to be able to set the response HTTP status code as well in the same way. Right now it returns 200 for every request.
I already took a look into the code and I think I found the line where the status code is set:
hop/engine/src/main/java/org/apache/hop/www/WebServiceServlet.java
Line 227 in e9371b2
Priority: 2
Component: Hop Server
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What would you like to happen?
In a web service you can define the response body via the metadata configuration (output transform and output field):
https://hop.apache.org/manual/latest/hop-server/web-service.html
It would be a nice feature to be able to set the response HTTP status code as well in the same way.
Right now it returns 200 for every request.
I already took a look into the code and I think I found the line where the status code is set:
hop/engine/src/main/java/org/apache/hop/www/WebServiceServlet.java
Line 227 in e9371b2
Issue Priority
Priority: 2
Issue Component
Component: Hop Server
The text was updated successfully, but these errors were encountered: