You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Dave Cramer <da...@ebox.com> on 2001/11/13 14:58:44 UTC

Authentication errors on stockquote sample

Hi

I just installed axis and am having trouble getting the stockquote
sample to run


java samples.stock.GetQuote
-lhttp://localhost/webservices/servlet/AxisServlet -uuser1 -wpass1 XXX
AxisFault
  faultCode: null
  faultString: User 'user1' not authenticated
  faultActor: null
  faultDetails: null

I have deployed the stockquote application and it succeeded. Where does
axis read the configuration from? There seem to be xml config files
everywhere?

Dave