Cant understand the difference between rest and SOAP
Rajesh Khan
Ranch Hand
Joined: Oct 16, 2011
Posts: 230
posted
0
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
posted
0
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