Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Web-services allow advanced users to use part of the OCHEM functionality in their automated workflows, such as KNIME or Pipeline pilot.

Basic info

OCHEM provides a SOAP web-service that allows to create and apply predictive models as well as to upload data.
WSDL descriptor for the service can be found at http://ochem.eu/services/ModelService?wsdl

Based on this WSDL, you can assemble your own clients or invoke the web-service via, e.g., KNIME.
Please note, that web-service API can change and you will have to recompile your client.

Java client example

Download an exemplary JAVA client
The client's code was automatically generated with Axis WSDL2Java Utility.