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 Quote Link to comment 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? Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.