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