I am getting this problem: http://issues.apache.org/bugzilla/show_bug.cgi?id=31567
On a web service implemented in Axis running under Tomcat using basic authentication and a .NET client. I used this workaround that I found while searching the internet: 1. Enable PreAuthenticate. 2. Put Try-Catch around the first request that is ever sent from .Net and simply re-send it. In the following requests .Net will include the authorization data in the HTTP Header all the time. This ended up working out but I'd really like a more permanent solution to the problem so the clients of our web service don't have to use the workaround all the time. I confess I am a little confused as to what the comments mean in the bug link above. Might anyone be able to explain this error and/or provide a more robust fix? Thanks, JF __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
