Download presentation
Presentation is loading. Please wait.
Published byPatrick Mitchell Modified over 8 years ago
1
{ SUSTAIN Technologies Inc. eCourt: Intro to Systems Integration SUSTAIN Technologies Inc
2
What is Systems Integration Consuming Web Services Consuming Files Creating Files Expose your API FTP Support Using REST Training Topics SUSTAIN Technologies Inc
3
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
4
eCourt create SOAP calls to other web services Create your request, send, parse response Consuming Web Services SUSTAIN Technologies Inc
5
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
6
Can be just about any format, to include Xml Text Fixed length strings Line-separated CSV Custom Creating Files SUSTAIN Technologies Inc
7
If running in a DMZ, can utilize rerouting (ARR, others) Expose individual rules Execute via ‘executeRule’ method Exposing your API SUSTAIN Technologies Inc
8
Support of FTP/SFTP/FTPS protocols Get/Put/Browse functionality FTP SUSTAIN Technologies Inc
9
Utilization with intranet REST Service http://{SERVER}/sustain/ws/rest/ecourt eCourt REST Schema http://{SERVER}/sustain/ws/rest/ecourt/?_wadl POSTMAN A Google App REST Protocol SUSTAIN Technologies Inc
10
Methods: GET get data GET /search/{entityName}[/{path}/{value}...][/{properties}] REST Protocol SUSTAIN Technologies Inc
11
Methods: POST insert data http://{SERVER}/sustain/ws/rest/ecourt/entities/case { "caseType": "DU", "filingDate": "9/3/2014", "parties": [ { "partyType": "DEF", "charges": [ { "statute": "/search/statute/sectionNumber/28-1381(A)(2)/sectionCode/DUI (.08) - 1st" } ], "person": { "firstName": "Joe", "lastName": "Bates Rest3" } ] } REST Protocol SUSTAIN Technologies Inc
12
Methods: PUT update data http:///sustain/ws/rest/ecourt/entities/case/4657892 http://{SERVER}/sustain/ws/rest/ecourt/entities/case/4657892 { "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
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.