colloque opened a new issue, #5297:
URL: https://github.com/apache/hop/issues/5297
### Apache Hop version?
2.12
### Java version?
17.0.15
### Operating system
Linux
### What happened?
Hello,
I'm trying to execute WebService for Workflow via Async web service
declaration but it's not working
I have following error
HTTP ERROR 500 javax.servlet.ServletException: Error producing web service
output
My json file (testhna.json) is declared into my project in the directory
/usr/local/apache-hop-2.12.0/hop/config/projects/myproject/metadata/async-web-service
The content is:
{
"virtualPath": "",
"filename":
"/usr/local/apache-hop-2.12.0/hop/config/projects/myproject/testsftp.hwf",
"bodyContentVariable": "ASYNC_CONTENT",
"name": "testhna",
"runConfigurationName": "local",
"statusVariables": "",
"enabled": true
}
My execution is:
curl -X GET 'http://myhostname:8080/hop/webService/?service=testhna'
--header 'Authorization: Basic xxxxxxxxxxxx'
Do you have an idea ?
Thanks in advance.
### Issue Priority
Priority: 3
### Issue Component
Component: API
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]