Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

web service

  Asked By: Harry    Date: Jan 27    Category: Java    Views: 499
  

How can I create and use simple web service in TomCat environment.
thanks

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Jaspreet Kapoor     Answered On: Jan 27

If you are using JDK 6, you can use JAX-WS 2 and its annotations: @WebService and @WebMethod.
But if you are using older versions, you can use Axis (from Apache).

Google for sample code!

 
Didn't find what you were looking for? Find more on web service Or get search suggestion and latest updates.




Tagged: