This example shows how to create a simple dataflow that accepts data from an API or web service call, processes the data, and returns a response via the API or web service. Since this dataflow is intended to be exposed as a service on the Spectrum Technology Platform server, it is a service dataflow. (The other primary type of dataflow, a job, performs batch processing, reading data from a file or database, processing the data, then writing the output to a file or database.)
Congratulations! You have designed and run your first service dataflow. The service is now available on the server and can be accessed via an API or web services call. The resource URL for this service's SOAP endpoint is:
http://<ServerName>:<Port>/soap/MyFirstDataflow-Service
The resource URL for this service's REST endpoint is:
http://<ServerName>:<Port>/rest/MyFirstDataflow-Service