Re: Practical changes to rpcrouter and ServerHttpUtils?

2002-07-11 Thread Scott Nichol
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

Practical changes to rpcrouter and ServerHttpUtils?

2002-07-11 Thread Michael.Szalay
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

ServerHTTPUtils

2001-09-24 Thread Victor Hadianto
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