Hi everyone!
I saw in the CloverETL Server online demo that I can publish a graph as a service so that any client can execute it.
I haven’t seen an option in order to publish the service so that a client can request its WSDL file (like a Web Service).
How can I publish the service in this way?
Hi,
you can publish the graph as a service in “launch services” section of web GUI.
Graph is exposed on specified URL and you can pass the parameters as common GET/POST HTTP parameters. Graph results are returned as HTTP response. So it’s not a SOAP WebService.
For more details see chapter 9 in online manual for CloverETL Server…
http://server-demo-ec2.cloveretl.com/cl … rvice.html
Regarding the SOAP WS …
It will be possible to expose graph as SOAP WebService in some of further versions.
Regards,
Martin