jQuery in Action, 2nd edition
The moose likes Web Services and the fly likes RestFul web Services Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "RestFul web Services" Watch "RestFul web Services" New topic
Author

RestFul web Services

ugur guler
Greenhorn

Joined: Jul 24, 2009
Posts: 1
i tried to make a restful webservice. I have IntellijIdea. I think that i had already loaded all the library. I have a Wadl file. i wanna make client side of webservice. I wrote at command line "wadl2java -o c:/Users/vista/IdeaProjects/untitled2/src -p mypackage http://localhost:9998/application.wadl". I expected 3 java file. but just one of them was created. Others didn't created. Where am i wrong. I am inexperienced. I am just trying to execute as same as example After command line process, just it creates mypackage\EndPoint.java

Others??
 
 
subject: RestFul web Services
 
Similar Threads
Consuming a WebService from an API
Question on other WS binding and JAX-RS
Benefits of using REST style
Difference between servlet and restful webservice
Restful web services in Java