CHeck the GetQuote java source; it requires username and password arguments.
> -----Original Message----- > From: Jesse D. Sightler [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 15, 2002 4:25 PM > To: [EMAIL PROTECTED] > Subject: Problem getting sample GetQuote application to run due to > authentication problems... > > > Hi, > > Is the Authentication mechanism documented anywhere? > > Or is this just a red-herring when the actual problem is > something else? > > [jsight@localhost xml-axis-beta1]$ java samples.stock.GetQuote AAPL > AxisFault > faultCode: ns1:Server.Unauthenticated > faultString: User 'null' not authenticated (unknown user) > faultActor: null > faultDetail: > stackTrace: User 'null' not authenticated (unknown user) > at > org.apache.axis.handlers.SimpleAuthenticationHandler.invoke(Unknown > Source) > at org.apache.axis.strategies.InvocationStrategy.visit(Unknown > Source) > at org.apache.axis.SimpleChain.doVisiting(Unknown Source) > at org.apache.axis.SimpleChain.invoke(Unknown Source) > at org.apache.axis.strategies.InvocationStrategy.visit(Unknown > Source) > at org.apache.axis.SimpleChain.doVisiting(Unknown Source) > at org.apache.axis.SimpleChain.invoke(Unknown Source) > at org.apache.axis.server.AxisServer.invoke(Unknown Source) > at org.apache.axis.transport.http.AxisServlet.doPost(Unknown > Source) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:211) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:309) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:336) > at com.evermind._deb._lnc(.:514) > at com.evermind._deb._wmb(.:170) > at com.evermind._co._wbb(.:581) > at com.evermind._co._fs(.:189) > at com.evermind._bt.run(.:62) > > > Thanks, > Jess > >
