Hi,
I'm using http as the transport in a RPC mechanism I have written. 
Currently I use URL and HttpURLConnection to post messages to the server
(Tomcat). 
I stream method id and params in the request output stream. Then pick
them up in the receiving servlet from the request input stream.
I'd like to consolidate all my code using http client. However I can't
find any code in the examples that does exactly what I want. Has anyone
any code/techniques that they can share with me.
cheers
Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to