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

2005-02-08 Thread Sanjeev Tripathi
Client- How to send and recieve Serialized Object using Http Client Assuming it's not just because of the typo in the content type (should be application/octet-stream), you could try base 64 encoding the object output stream, and then you can just use text/plain content type. On the other end you

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

2005-02-07 Thread Sharples, Colin
Assuming it's not just because of the typo in the content type (should be application/octet-stream), you could try base 64 encoding the object output stream, and then you can just use text/plain content type. On the other end you base 64 decode the response body before passing it to the object

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

2005-02-07 Thread Sanjeev Tripathi
Client- How to send and recieve Serialized Object using Http Client Assuming it's not just because of the typo in the content type (should be application/octet-stream), you could try base 64 encoding the object output stream, and then you can just use text/plain content type. On the other end you base

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

2005-02-07 Thread Sanjeev Tripathi
Can you please send me link for base 64 encode/decode examples in java. -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 Client- How to send and recieve Serialized

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

2005-02-07 Thread Sanjeev Tripathi
, February 07, 2005 2:57 PM To: Jakarta Commons Developers List Subject: Spam: RE: Http Client- How to send and recieve Serialized Object using Http Client Assuming it's not just because of the typo in the content type (should be application/octet-stream), you could try base 64 encoding the object

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

2005-02-07 Thread Sanjeev Tripathi
: Http Client- How to send and recieve Serialized Object using Http Client Assuming it's not just because of the typo in the content type (should be application/octet-stream), you could try base 64 encoding the object output stream, and then you can just use text/plain content type. On the other end