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 :


<requestFlow name="checks">
<handler type="java:org.apache.axis.handlers.SimpleAuthenticationHandler"/>
<handler type="java:org.apache.axis.handlers.SimpleAuthorizationHandler"/>
</requestFlow>

--Barry

Frank E. Weiss wrote:

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 make it work. I was wondering if there's an easy way to make
the StockQuote sample work without requiring any authentication? TIA

- Frank Weiss





Reply via email to