Skip to content

HTTP Service

Service type: HTTP Service

A HTTP type service

The following options are available for HTTP services:

  • Service URL: Type the URL address of the appropriate service.
  • Call method: Chose from the following call methods:
    • GET: Use HTTP GET request method to call the service.
    • POST: Use HTTP POST request method to call the service.
  • Type: Type of the parameter; supported parameter types are as follows:
    • Integer
    • String
    • Double
    • Boolean
  • Name: The name of the parameter. Parameters can be referred to by this name later.
  • Evaluation: Specify how the parameters are passed to the service. Select from the following:
    • Molecule format: Input molecule is converted to the specified format and the resulting string is passed to the service as a parameter.
    • Chemical Terms: Evaluate the given Chemical Terms expression on the input molecule and pass the evaluation result to the service as a parameter.
    • Manual: The value of the parameter is read from the Value field.
  • Value: Set a default value for the input parameter (in case of Manual evaluation) or set the parameters for evaluation. Value can be overwritten on the calculation info panel.