MAIL PROTECTED]>
Sent: Thursday, July 11, 2002 5:32 AM
Subject: Practical changes to rpcrouter and ServerHttpUtils?
Hi all,
I had to develop a SOAP access to a service which runs on Jetty Servlet
Engine. We used SOAP to integrate a client, which runs on Win2k deep in the
system. The service objec
Hi all,
I had to develop a SOAP access to a service which runs on Jetty Servlet Engine. We
used SOAP to integrate a client, which runs on Win2k deep in the system. The service
object deployed on SOAP needs
to know the IP of the client, so it had to have access to the servletContext and the
re
Hi,
Because RPCRouter Servlet doesn't do enough functionality that I wanted I
wrote another servlet that is very similar to RPCRouterServlet.
I have just realised that ServerHTTPUtils has one function
readEnvelopeFromRequest that is by default has a package protection security
level