[httpclient] Sending serialized object from httpclient to servlet.

2005-02-08 Thread Sanjeev Tripathi
Can any one tell me how send serialized object to servlet from httpclient. Thanks. Sanjeev tripathi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [httpclient] Sending serialized object from httpclient to servlet.

2005-02-08 Thread Sanjeev Tripathi
sun.misc.BASE64Encoder().encode(password.getBytes()) Thanks. Sanjeev Tripathi -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 10:23 AM To: commons-user@jakarta.apache.org Cc: Jakarta Commons Developers List Subject: Re: [httpclient] Sending serialized

RE: [httpclient] Sending serialized object from httpclient to servlet.

2005-02-08 Thread Sanjeev Tripathi
. Sanjeev Tripathi -Original Message- From: Bob Arnott [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 11:47 AM To: 'Jakarta Commons Developers List' Subject: RE: [httpclient] Sending serialized object from httpclient to servlet. Sanjeev Tripathi wrote: Thanks Wendy. I know

[httpclient] RE: Http Client- How to send and recieve Serialized Object using Http Client

2005-02-08 Thread Sanjeev Tripathi
Can any one give me url for getting Base64OutputStream and Base64InputStream classes on google. Tahnks. Sanjeev Tripathi -Original Message- From: Sharples, Colin [mailto:[EMAIL PROTECTED] Sent: Monday, February 07, 2005 2:57 PM To: Jakarta Commons Developers List Subject: Spam: RE: Http

Http Client- How to send and recieve Serialized Object using Http Client

2005-02-07 Thread Sanjeev Tripathi
and receive Serialized User Defined Value Objects in using Http Client. Thanks. Sanjeev Tripathi

[Http Client] how I can pass Object to and from the servlet using Http Cleint

2005-02-07 Thread Sanjeev Tripathi
communicate object using HttpClient. If yes then can I send parameter too from client. Thanks. Sanjeev Tripathi -Original Message- From: robert burrell donkin [mailto:[EMAIL PROTECTED] Sent: Monday, February 07, 2005 2:45 PM To: Jakarta Commons Developers List Subject: Re: [logging

RE: Spam: RE: Http Client- How to send and recieve Serialized Object using Http Client

2005-02-07 Thread Sanjeev Tripathi
64 decode the response body before passing it to the object input stream. There are plenty of examples of how to do base 64 encode/decode on the web. Colin Sharples IBM Advisory IT Specialist Email: [EMAIL PROTECTED] -Original Message- From: Sanjeev Tripathi [mailto:[EMAIL PROTECTED

[httpclient]- How to send and recieve Serialized Object using Http Client

2005-02-07 Thread Sanjeev Tripathi
base 64 decode the response body before passing it to the object input stream. There are plenty of examples of how to do base 64 encode/decode on the web. Colin Sharples IBM Advisory IT Specialist Email: [EMAIL PROTECTED] -Original Message- From: Sanjeev Tripathi [mailto:[EMAIL PROTECTED

[httpclient]RE: Spam: RE: Http Client- How to send and recieve Serialized Object using Http Client

2005-02-07 Thread Sanjeev Tripathi
it to the object input stream. There are plenty of examples of how to do base 64 encode/decode on the web. Colin Sharples IBM Advisory IT Specialist Email: [EMAIL PROTECTED] -Original Message- From: Sanjeev Tripathi [mailto:[EMAIL PROTECTED] Sent: Tuesday, 8 February 2005 8:18 a.m

RE: Spam: RE: Http Client- How to send and recieve Serialized Object using Http Client

2005-02-07 Thread Sanjeev Tripathi
Ok. I am able to receive object from servlet using application/octet-stream, but How I can send the object from client to sevlet. NameValuePair allow only Strings. Thanks. Sanjeev Tripathi -Original Message- From: Sharples, Colin [mailto:[EMAIL PROTECTED] Sent: Monday

[httpclient] RE: Http Client- How to send and recieve Serialized Object using Http Client

2005-02-07 Thread Sanjeev Tripathi
How to use RequestEntity in http client to send and retrieve object from servlet and vice versa. Thanks. Sanjeev Tripathi -Original Message- From: Sharples, Colin [mailto:[EMAIL PROTECTED] Sent: Monday, February 07, 2005 2:57 PM To: Jakarta Commons Developers List Subject: Spam: RE