I have developed a small RESTful web service example using MyEclipse. I want to create a client for those WS using WSDL. How do I create a WSDL for the above web service using MyEclipse? Please help.
|
Take a look at this resource. It describes using WSDL 2.0 to describe a REST interface: http://www.ibm.com/developerworks/webservices/library/ws-restwsdl/#describerestservice |
|||
|
|
|
You are wasting your time. If you want to create a client using WSDL you might as well as use SOAP. At least with SOAP you get all the security and transaction capabilities. What benefits do you believe REST is bringing you? |
|||
|
|
|
WSDL ? for a REST web service ? i'd suggest you read this book for a better understanding of REST http://oreilly.com/catalog/9780596529260 You don't need WSDL (nor WADL AFAIC) documentation in rest could be plain text for developers, schemas (xsd, rdfs...etc depending on the content types you use) sitemaps for example, a lot of links and post/put templates for example ( to mimic forms in html) |
|||
|
|