Receive and authenticate cXML requests, and map each incoming orders to a new record in SQLite.
The Receive cXML Orders and Insert into a SQLite Database sample flow has pre-configured connectors for authenticating cXML requests received via an exposed API endpoint, extracting received orders and storing them in a local SQLite database.
The following connectors make up the core elements of the flow:
- API Connector: Allows you to expose API endpoints where you can receive cXML and other such requests.
- Map Connector: Uses a mapping designer and ArcScript to map data from one format to another.
- SQLite Connector: Allows you to insert or retrieve the data in these documents to or from a SQLite database.