Hi sANTo, > With the default sun classes I wrote everything to an ObjectOutputStream, > but I couldn't find a similar > approach for HttpClient.
That's just the kind of question to ask on this list :-) > If I understand it correctly what you are saying, then I should look at > entities, which > allow me to do the same as I did before with the default sun classes. Yes, exactly. Implementing the RequestEntity interface is the way to go. You'll get an OutputStream, on top of which you can put your ObjectOutputStream to write the message body. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
