Re: Turning off Basic Auth

2002-10-29 Thread Barry Levinson
The basic auth is turned on in the deploy.wsdd file by the addition of request flow simple authentication and authorization handlers. Simply remove these lines from the deploy.wsdd file : --Barry Frank E. Weiss wrote: I'm doing some web services development with Axis 1.0,

Turning off Basic Auth

2002-10-28 Thread Frank E. Weiss
I'm doing some web services development with Axis 1.0, Tomcat 4.1.12 and on the client end kSOAP. I deployed the samples/stock StockQuote code and am trying to access it with a kSOAP client. Problem is that Axis is requiring the HTTP header Authorization: Basic and I'd have to modify kSOAP to mak