Presentation is loading. Please wait.

Presentation is loading. Please wait.

NEECOM – May 22, 2019 Todd L Gould, CEO

Similar presentations


Presentation on theme: "NEECOM – May 22, 2019 Todd L Gould, CEO"— Presentation transcript:

1 NEECOM – May 22, 2019 Todd L Gould, CEO
Web Services NEECOM – May 22, Todd L Gould, CEO

2 Background Founded Loren Data in 1987 EDI Since 1996
X12 Board of Directors Life Outside of EDI © 2019, Loren Data Corp.

3 First, a Quiz What does XML stand for? Extensible Markup Language
What does JSON stand for? JavaScript Object Notation © 2019, Loren Data Corp.

4 Web Services vs Web Browsers
They both use web servers and http The Web Browsers are for Humans Web Services are for Applications © 2017, Loren Data Corp.

5 API Application Programming Interface
Run code from one application in another Operating System – It’s really how it all works File Services Network Services User Interfaces Local: Dynamic Link Library (DLL) Remote: Web Service © 2019, Loren Data Corp.

6 Why Web Services? Allows one application to remotely execute functions on another application over the Internet or across the enterprise Separate business processes from backend complexities Protect the internal from the external © 2019, Loren Data Corp.

7 Things to Do with Web Services
Remote Databases Statistics Geographic Information Shipment Tracking Mashup Social Media Access Computing Power © 2019, Loren Data Corp.

8 Real World Web Service APIs
Google Maps Google Translate UPS Tracking Facebook Twitter Salesforce Force.com reCAPTCHA Weather Underground Twilio Voice, SMS ECGridOS © 2019, Loren Data Corp.

9 The Technical Section © 2019, Loren Data Corp.

10 Types of Web Services RESTful SOAP © 2019, Loren Data Corp.

11 RESTful Representational State Transfer
Roy Fielding 2000 PhD dissertation at UC Irvine Architecture Type Closely related to HTTP HTTP Methods (GET, POST, PUT, PATCH, DELETE) Commonly uses XML & JSON for request and response © 2019, Loren Data Corp.

12 A Live Example This is a free web service that returns random quotes
te&format=json&key=111664&lang=en Mashup with Twilio, send a text to: © 2019, Loren Data Corp.

13 SOAP Simple Object Access Protocol Microsoft 1998 -> 2003
Protocol – highly defined XML Envelope Encoding rules for Data Types Represents procedure calls and responses WSDL – Web Services Description Language Operates over any protocol (e.g. HTTP, SMTP, etc.) © 2019, Loren Data Corp.

14 This is from the ECGridOS SOAP Web Service API
An EDI Example This is from the ECGridOS SOAP Web Service API APIKey: a98c0fd4-d77f-4bd5-b704-afd8b751b32f © 2019, Loren Data Corp.

15 Best Practices Hosting Web Services Consuming Web Services
Always use HTTPS – Security Faster is better! Change management – do not break existing functions! Communicate! Be efficient Update to newer versions Make suggestions © 2019, Loren Data Corp.

16 Resources https://en.wikipedia.org/wiki/Web_service
© 2019, Loren Data Corp.

17 Questions? © 2019, Loren Data Corp.

18


Download ppt "NEECOM – May 22, 2019 Todd L Gould, CEO"

Similar presentations


Ads by Google