Web Services Videos

Introduction to Web Services
(https://www.youtube.com/watch?v=iB3NNW1zl44)

Uploaded on 6 Oct 2010
http://zerotoprotraining.com

Web Services Tutorial 1 – What Are Web Services?
(https://www.youtube.com/watch?v=ukU6TyXOMv0)

Published on 21 Jul 2013
http://zerotoprotraining.com


Web Services Tutorial 2- Why Use Web Services?
(https://www.youtube.com/watch?v=qG_jw45JyIg)

Published on 31 Aug 2013
http://zerotoprotraining.com

Web Services Tutorial 3 – Elements of Web Services
(https://www.youtube.com/watch?v=j8Va1Ms5LMY)

Published on 5 Aug 2013
http://zerotoprotraining.com

Web Services Tutorial

(https://www.youtube.com/watch?v=iqNiINZ4Sxg&list=PLGLfVvz_LVvTYlvpEp3G4cUde-eux_6Pi)

Published on 20 Sep 2014
Get the Code Here : http://goo.gl/NKWoM8

In my web services tutorial I will cover generating JSON and XML. We’ll then walk through examples in which we use REST, SOAP and RPC (Remote Procedure Calls). We’ll pull data from databases.
Here I’ll focus on how JSON is structured and demonstrate how to pull data from MySQL and then generate and decode JSON using PHP.


Web Services Tutorial 2 Remote Procedure Call Tutorial
(https://www.youtube.com/watch?v=S1ZId7jBThQ)

Published on 21 Sep 2014
Get the Code Here : http://goo.gl/rq5NjJ

Web Services Tutorial 3 SOAP & REST Tutorial
(https://www.youtube.com/watch?v=KzFqke8g0aM)

Published on 24 Sep 2014
Get the Code Here : http://goo.gl/YGeQ86

In this part of my web services tutorial, I provide both a non-WSDL SOAP server and a REST Web Service Example program. The goal is to keep everything simple and easy to understand because many people are confused by both.
I decided to avoid covering WSDL (Web Service Description Language) because it is very common for these to be generated by software. I also decided to focus on just the GET method with REST because it is most commonly used.