File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes creating a restful web service Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "creating a restful web service" Watch "creating a restful web service" New topic
Author

creating a restful web service

Joseph Arnold
Ranch Hand

Joined: Oct 05, 2010
Posts: 42
Hi,
I need to build a restful web service on internationalization. I have created a simple java class that takes a language name as a parameter and prints a given string in that language. Now how do i publish this as a web service and how do i create a client class that invokes this web service. i need to create a response file in xml as well. please help...
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14669
    
  11

Welcome to the ranch ! You should have a look at HowToAskQuestionsOnJavaRanch. Especially check how to EaseUp and how to UseAMeaningfulSubjectLine.


[My Blog]
All roads lead to JavaRanch
 
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: creating a restful web service
 
Similar Threads
RESTful Web Services:About the book
Passing an object from one server to another
Question about setting Request Header for Rest web service
Create Session in Restful Service.
Expose Database as Webservice