>Sax and xercesI've been having problems getting authentication to work >from non-Java clients (e.g. VB6, etc).
I've gotten digest authentication to work from a legacy, non-Java client. I let TomCat (or whatever app server you prefer) take care of all the details via the usual HTTP methods, and it just works. Of course, I had to implement digest auth in my legacy client, which was annoying, but do-able. If you go with basic auth, it's trivial to implement. -Roy "Disclaimer � The opinions expressed in this message are strictly personal and do not necessarily reflect those of FiLogix."
