Using two XML Parsers!

2003-12-09 Thread Tony Vieitez
Hi all   I have a bit of a problem! I want to use Xerces with axis but I am restricted in that I have a web application running on my web server that is reliant on an old parser (nasty I know), and axis will not run with this parser.   So here is what I would like to find out – is it p

axis and resin

2003-12-05 Thread tony vieitez
Hi   Does anyone know if axis is compatible with resin web server? If so I would appreciate any information on this subject   Thanks   Tony

RE: Authentication

2003-12-04 Thread Tony Vieitez
Axis object, or override the HttpServletRequest (if you are running in a servlet container) with a HttpServletRequestWrapper that provides the decoded remote user through getRemoteUser(). Aaron Tony Vieitez wrote: > > > OK, so if you have a container managed username and password pr

RE: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Tony Vieitez
On Thu, 4 Dec 2003, Tony Vieitez wrote: > Hi > > I asked a question on this subject recently, but I don't think I asked > it clearly enough, because the answers I got back, although helpful, > didn't quite give me the answer I was after. Now I under

Authentication

2003-12-04 Thread Tony Vieitez
Hi   I asked a question on this subject recently, but I don’t think I asked it clearly enough, because the answers I got back, although helpful, didn’t quite give me the answer I was after. Now I understand a bit more about authentication I can (hopefully) formulate my question a bit more

RE: Java Interfaces

2003-12-02 Thread Tony Vieitez
Hi Yves Try this site: http://www.xmethods.com It provides links to many publicly available demonstration web services, some of which also have example clients that you can use to try out the service or see how to use it. Tony

RE:Security

2003-12-01 Thread tony vieitez
Hi Ravi   I'm not sure what the difference is! I currently have axis installed as a web application on Tomcat, and I have implemented a security constraint in the web.xml file for the axis web app, but when I try to run the AdminClient with the remote AxisServer, I get a 401 permission de

security

2003-12-01 Thread Tony Vieitez
Hi Can anyone tell me how to enable username and password on the AxisServlet? I am accessing the servlet like this: java org.apache.axis.client.AdminClient -l http://localhost/myApp/servlet/AxisServlet list and I want to set up the servlet so that a username and password is needed to access it.

remote administration on Axis

2003-11-28 Thread Tony Vieitez
Hi   Could anyone tell me the steps that I need to perform in order to enable remote administration? I have added this to the server-config.wsdd file:   enableRemoteAdmin” value=”true”/>   but when I click the http://myserver:8080/axis/servlet/AdminServlet I get the message that the r

RE: RE : RE : axis and tomcat security realm

2003-11-28 Thread Tony Vieitez
No worries. How about this one. Now that I have set up a security realm for the whole of the axis web application on Tomcat, I now want to use the org.apache.axis.client.AdminClient class to deploy and undeploy services. But I get a 403 not authorised message when I execute this class. How do I ge

RE: RE : RE : axis and tomcat security realm

2003-11-28 Thread Tony Vieitez
Hi Oliver I am talking about the client side. Currently, I have two clients - one implemented with axis and one implemented with the previous apache implementation of soap, prior to axis. The axis client authenticates itself using the following code: Call call = (Call) service.createCall(); ... c

RE: RE : axis and tomcat security realm

2003-11-28 Thread Tony Vieitez
Thanks Oliver, that works fine. Just one other question, do you know how to authenticate the user in pre-axis implementations of soap, that is in the soap implementation of soap - if you see what I mean! Tony

axis and tomcat security realm

2003-11-27 Thread Tony Vieitez
Hi   I’ve got web application that contains an axis web service hosted on tomcat. This web application has a security realm configured on it that requires a username and password. So when I try to access it from my client web service I get the following exception:   This request require