RE: http authentication with Axis2

2007-03-20 Thread Kin Onn Low
al Message- From: pat [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 4:57 AM To: axis-user Subject: http authentication with Axis2 Hello, I'm fighting with http authentication in Axis2 in the generated code with XMLBeans. I've set up Tomcat's realms and updated the Axi

Re: http authentication with Axis2

2007-03-20 Thread Jarek Kucypera
pat wrote: In case of axis2 1.1.1 this should help: auth.setPreemptiveAuthentication(true); The lack of documentation is disappointing , isn't it ...? J.K. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

http authentication with Axis2

2007-03-20 Thread pat
Hello, I'm fighting with http authentication in Axis2 in the generated code with XMLBeans. I've set up Tomcat's realms and updated the Axis2 web.xml by adding this: admin-constraint axis2admin admin-role axis2admin Then I followed the Axis2 documentation: Options options = new Opt