{ SUSTAIN Technologies Inc. eCourt: Intro to Systems Integration SUSTAIN Technologies Inc
What is Systems Integration Consuming Web Services Consuming Files Creating Files Expose your API FTP Support Using REST Training Topics SUSTAIN Technologies Inc
Systems integration is the process of linking together different computing systems and software applications physically or functionally, to act as a coordinated whole. What is System Integration SUSTAIN Technologies Inc
eCourt create SOAP calls to other web services Create your request, send, parse response Consuming Web Services SUSTAIN Technologies Inc
File Triggers and/or Timer Triggers Can be just about any format, to include Xml Text Fixed length strings Line-separated CSV Excel (xls, not xlsx) Consuming Files SUSTAIN Technologies Inc
Can be just about any format, to include Xml Text Fixed length strings Line-separated CSV Custom Creating Files SUSTAIN Technologies Inc
If running in a DMZ, can utilize rerouting (ARR, others) Expose individual rules Execute via ‘executeRule’ method Exposing your API SUSTAIN Technologies Inc
Support of FTP/SFTP/FTPS protocols Get/Put/Browse functionality FTP SUSTAIN Technologies Inc
Utilization with intranet REST Service eCourt REST Schema POSTMAN A Google App REST Protocol SUSTAIN Technologies Inc
Methods: GET get data GET /search/{entityName}[/{path}/{value}...][/{properties}] REST Protocol SUSTAIN Technologies Inc
Methods: POST insert data { "caseType": "DU", "filingDate": "9/3/2014", "parties": [ { "partyType": "DEF", "charges": [ { "statute": "/search/statute/sectionNumber/ (A)(2)/sectionCode/DUI (.08) - 1st" } ], "person": { "firstName": "Joe", "lastName": "Bates Rest3" } ] } REST Protocol SUSTAIN Technologies Inc
Methods: PUT update data { "caseName": "John Smith vs Waterfront Apartments, LLC", "dispositionDate": "12/18/2013" } DELETE Delete data DELETE /entities// DELETE /entities/{entityName}/{id} REST Protocol SUSTAIN Technologies Inc