Versions Compared

Key

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

...

An HTTP Exporter exports data held in a Stream to a HTTP Datasource.

For an overview of how HTTP Exporters can be used when creating models, see Exporting Data to HTTP.

Form: HTTP Exporter Details

...

FieldDescription
Check if the response indicates successful exportExpression to evaluate the response from the HTTP datasource, where a connection was made.

countElements($errors = xmlToItems(_response,"//ERROR")) == 0

Result to record on the StreamExpression to evaluate the value to put on the stream.

if(_success, _response, listToString($errors._MSGTEXT))

Result to record on the Stream after a connection failureValue to put on the Stream in the event that the HTTP connection attempt failed.

_error

...