RESTful vs SOAP based webservices?
问题 Folks I recently went thru webservices book which covered SOAP based webservices and RESTful webservices. I am not sure on what parameters I should select one of them as both of them looks similar(even from developer perspective). Here are my points In SOAP webservices we use WSDL file generated out of webservices and then create client side stubs based on that. My understanding is that internally stub also will use HTTP protocol to communicate with remote java webservice. Right? Here there