s4surbhi2218 Posted January 9, 2013 Share Posted January 9, 2013 Hi All, i want to create and consume webservices from scratch , (could be either xml /json) anyone who has worked on them please assist to get good tutorials over the net. Also let me know json/xml which one is commonly used?I do not have any specific requirements. Thanks Link to comment https://forums.phpfreaks.com/topic/272893-webservices/ Share on other sites More sharing options...
cpd Posted January 9, 2013 Share Posted January 9, 2013 XML is used in SOAP which is one of the common web service interaction protocols and WSDL is used to describe the web service - also uses XML. Are you building a PHP Web service and client or writing it in another language? Link to comment https://forums.phpfreaks.com/topic/272893-webservices/#findComment-1404512 Share on other sites More sharing options...
s4surbhi2218 Posted January 10, 2013 Author Share Posted January 10, 2013 XML is used in SOAP which is one of the common web service interaction protocols and WSDL is used to describe the web service - also uses XML. Are you building a PHP Web service and client or writing it in another language? PHP Web service Link to comment https://forums.phpfreaks.com/topic/272893-webservices/#findComment-1404578 Share on other sites More sharing options...
cpd Posted January 10, 2013 Share Posted January 10, 2013 I found this quite a while ago and it was very useful to grasp a basic understanding using an example. Assuming your competent in PHP you can extend it further. Link to comment https://forums.phpfreaks.com/topic/272893-webservices/#findComment-1404611 Share on other sites More sharing options...
Christian F. Posted January 10, 2013 Share Posted January 10, 2013 Also, from the main page of the community, you can find a link to this brilliant presentation: http://symfony.com/video/26/designing-http-interfaces-and-restful-web-services/English Link to comment https://forums.phpfreaks.com/topic/272893-webservices/#findComment-1404648 Share on other sites More sharing options...
cpd Posted January 10, 2013 Share Posted January 10, 2013 That's a really good presentation Christian, cheers. Link to comment https://forums.phpfreaks.com/topic/272893-webservices/#findComment-1404653 Share on other sites More sharing options...
Christian F. Posted January 10, 2013 Share Posted January 10, 2013 Thank Gizmola for posting it on the front page. Link to comment https://forums.phpfreaks.com/topic/272893-webservices/#findComment-1404655 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.