Mark Guzdial wrote:
>
> We've got some users who want to access Bolot's XML-based API for
> manipulating Swikis...but they need to do it from Java. They're
> having trouble doing things like multi-part MIME file uploads.
>
> Does anybody have any Java examples/code/API for doing HTTP
> sends/uploads/posts?
There are a couple of examples on the different Java sites. I only tried
the server examples and never really got them to work, but that was with
the Squeak browser plugin as a client.
One example I can find right now is
http://www.cs.tut.fi/~seitti/doc/oreilly/doc/com/oreilly/servlet/package-summary.html
Michael