users@jax-rpc.java.net

newbie (how can I get the request dispatcher)

From: Rhodes Phillip <rhodespc_at_TELERAMA.COM>
Date: Fri, 18 Oct 2002 16:11:33 -0400

I want to create a web service that will run jsp's and servlets in the
remote container, get the byte array that represents the content and feed
it back through the soap interface, to my client.

My client will be a web container also. it would invoke the service. The
service would get a request dispatcher, run a jsp, but capture the
response using responsewrapper.
I would then serialize the response content back to the client.

Can anyone provide any pointers to where I can make this happen?
Thanks.
Phillip