Web Services Tutorial 3

REST Web Service ExampleIn 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.

If you like videos like this, it helps to tell others on Google Plus with a click here [googleplusone]

Code From the Video

Students.php

soap_service.php

soap_client.php

api.php

rest_client.php

6 thoughts on “Web Services Tutorial 3”

  1. Thanks for the web services tutorials Derek. That’s a wonderful work.
    I have recently come across your tutorials and have liked them a lot!!
    Which is the next tutorial coming up?
    Also, can you please cover Springs, Hibernate?

    1. Thank you 🙂 The next video will go up today. I’ll show how to make a translation web service. I also show how to use MySQL with utf-8. I’ll cover the other topics after I finish up with Android.

  2. Nice tutorial, exposed me to web services but my question is must i use object oriented php before i can be able to create a web service.

      1. The issue is am currently working on converting a local payment gateway used by my organisation to handle students payment to be accessible as a web service by other organisations. What help can you render please

Leave a Reply

Your email address will not be published. Required fields are marked *