Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Programming Foundations: Web Services

Posted By: Landau17
Programming Foundations: Web Services

Programming Foundations: Web Services
MP4 | Video: 720p | Duration: 3:17:12 | English | Subtitles: VTT | 708.2 MB



Web services drive communication on the web and they have been at the core of modern application architectures for many years. Regardless of what language or platform a developer is using, understanding how web services work is a critical skill. David Gassner starts this course with a definition of web services and explores their history and use in distributed computing. He then explores the transport protocols HTTP and SMTP; messaging formats such as SOAP, ATOM, JSON, and Plain Old XML (POX); and service standards like SOAP toolkits, REST, and OData. Plus, learn how to secure your communications across the web with API keys and other security standards.

Note: The course includes examples of a variety of server- and client-based implementations and coding excerpts in Java, JavaScript, C#, and PHP.

Topics include:
  • What is a web service?
  • Understanding the available transfer protocols and message formats
  • Examining SOAP request and response formats
  • Creating a simple SOAP service in ASP.NET
  • Choosing a SOAP implementation
  • Associating REST actions with HTTP requests
  • Sending RESTful requests
  • Creating OData request URIs
  • Securing web services