easy way to use HTTP streams in libwww?

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