using knime server as a web service

Hi

Where can I find example workflows and calls to use KNIME Server as a web service?

Thanks

David

Hi David,

Please have a look at these blog posts that describe how to use the REST API of KNIME Server:

https://www.knime.org/blog/giving-the-knime-server-a-rest

https://www.knime.org/blog/the-knime-server-rest-api

Cheers,

Roland

I'm trying to use the remote workflow node, and modified the Server address from http://localhost:8080/com.knime.enterprise.server/rest to http:/our-sever-path:8080/com.knime.enterprise.server/rest

it can't see the workflows on the server, I get Cannot list workflows: HTTP 404 Not Found.

How can I find out what's the right server address to use?

David

It's the same as the WebPortal address plus "/rest" at the end. If you have performed a default installation using the installer it's probably "knime" instead of "com.knime.enterprise.server".