General Steps for Using the API
The basic steps for using the Spectrum Technology Platform API are:
- Create a Server instance.
- Set connection properties (connection type, host, port, etc.).
- Connect to the Server.
- Create a DataTable.
- Add records to the DataTable.
- Create a request message.
- Set DataTable on the request message.
- Get a service.
- Send the request message to the Server.
- Process the response message.
-
Disconnect from the Server.