Hitesh Dhingra wrote:

Hi everybody,
I have a java class and the wsdl describing the java class . I want to
publish the java class as a webservice. I will be using JBoss as the
application server and jetty as a servlet container and most probably WSIF
for the invocation of the web service . My questions are

(1) how do i publish java class as a web service? is it something like *.wsr
archives?
(2) how to write a gateway to invoke the service? I mean how do i handle
requests ?

I shall be highly obliged if anyone responds to my sos call at his earliest.



WSIF provides only client side interface to write Web Service you need to use SOAP toolkit such as Axis.

For start you can use JWS with AXIS to "just" make your Java file into Web Service see:
http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html


thanks,

alek

--
The best way to predict the future is to invent it - Alan Kay




Reply via email to