Get the Code Here : http://goo.gl/YGeQ86
Web Services 1 : https://www.youtube.com/watch?v=iqNiINZ4Sxg
Web Services 2 : https://www.youtube.com/watch?v=S1ZId7jBThQ
PHP : https://www.youtube.com/watch?v=7TF00hJI78Y
MySQL : https://www.youtube.com/watch?v=yPu6qV5byu4
PHP / MySQL : https://www.youtube.com/watch?v=mpQts3ezPVg
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.
source
you defined option, and then used optionS… not sure how that worked, unless the options aren't that important.
Maybe I'm wrong, but your rest looks like more than a RPC call. Because you define which method should be called. So far as I know, a REST call should work with the GET,POST,DELETE … methods from the HTTP request. Am I wrong?
awesome….
Your code is looking so good
Upvote for Twin Peaks references.
how to host these on real server
LOL……YEAH SOMEONE IS Twin Peaks fan!!!!!!
thanks for showing us REST.
Derek, in regard to HATEOS, would it be a better practice to pass the URI of each individual student resource in the response rather than building out the href in the front end? Let me know your thoughts.
Frank
super!!!
Hey, are you a Twin Peaks fan, too?
how can i get wsdl file with this example plz
super bro thank you.
Your channel is quite awesome!
require("mysubscription.php");
Good but don't you think the voice of the person speaking is not proper.
What exactly is the uri => '..' in the SoapClient options for? When it's a non-empty string it seems to work…
why arrays of arrays? not array of objects
Nice and simple example. I wish you can make one with WSDL and Mysql example. Thanks!
Great tutorials, thanks for putting these together.
Cool man, great stuff!
Really great tutorial……you´re the best XD
Greetings from Chile
great video i learn a lot. can you help me on REST API security specifically API KEYS and minimum requests. Thanks a lot