servlet as webservice

R

roberto

How is possible to publish a servlet as webservice?
Anyone have a simple example ?
Which are methods to implements and expose ?
ty
Roberto
 
R

roberto

William Brogden said:
Take a look at http://ww.apache.org/
Axis and SOAP are both servlet based web services.

TY William, but i don't understand. Axis is a Server Web Service
manager based on servlet.
But i wanna publish an implementation web service that is a servlet
too.
I have read that i must publish a java class or EJB but nothing about
servlet.
Witch methods on servlet i must publish ? or implements ? doGet
goPost...
This is my problem.
So i'm looking for a simple example to understand how i can do it..

Ty very much
 
F

fred

roberto said:
TY William, but i don't understand. Axis is a Server Web Service
manager based on servlet.
But i wanna publish an implementation web service that is a servlet
too.
I have read that i must publish a java class or EJB but nothing about
servlet.
Witch methods on servlet i must publish ? or implements ? doGet
goPost...
This is my problem.
So i'm looking for a simple example to understand how i can do it..

Ty very much

Please clarify your term "implementation web service"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,681
Members
48,796
Latest member
Greg L.

Latest Threads

Top