I have some servlets that I've been given and I've been asked to soapify
them.  Is this possible?  Any special steps?  In this case the servlet class
(derived from GenericServlet) does not return anything (void) but passes
back information through the service method arguments.  Can this be done in
soap?? In general, servlets hide the signature of a method since all
arguments are passed in strings inside a hash of parameters.  I'm a little
confused on how to handle this.

Thanks

Reply via email to