aspose file tools
The moose likes Web Services and the fly likes Cant understand the difference between rest and SOAP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Cant understand the difference between rest and SOAP" Watch "Cant understand the difference between rest and SOAP" New topic
Author

Cant understand the difference between rest and SOAP

Rajesh Khan
Ranch Hand

Joined: Oct 16, 2011
Posts: 230
I have developed SOAP based webservices in java JAX on the basis of a WSDL file. I am however confused about what RESTful webservices are do they require wsdl ??? Are they easier to develop ?? How are they different ?? any help or suggestions would be appreciated..
Tim Moores
Rancher

Joined: Sep 21, 2011
Posts: 2407
RESTful servces do not use WSDL; a simpler alternative called WADL exists, but is not generally used by all REST toolkits. The WebServicesFaq contains a number of articles about REST and its differences to SOAP.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Cant understand the difference between rest and SOAP
 
Similar Threads
some doubts in webservices
How to use XML Schema within RESTful Webservices
book recomandation?
webservices
could anybody suggest me the major points