- From: Sascha Busse <sascha.busse@ioag.com>
- Date: Tue, 10 Jul 2001 22:20:14 +0200
- To: "'www-lib@w3.org'" <www-lib@w3.org>
hi! i've got java code like this: xmldoc.write( new java.io.OutputStreamWriter(myOut, "iso-8859-1"), "iso-8859-1"); now i want to write the xml-document to a HTTP-stream as request (myOut in code above) and put the response to another xml-document. in libwww examples i didn't find any hints how to use HTTP-streams for post and response ... can anyone give me a hint? greetings sascha
Received on Tuesday, 10 July 2001 16:20:18 UTC