Using xdoclet to generate wsdd

2003-12-10 Thread Olivier RICHAUD
Hi all, As we make extensive use of xdoclet in our project, we looked at the xdoclet tags. But how do I call it from my ant build file? Thanks. Olivier.

RE : RE : RE : axis and tomcat security realm

2003-11-28 Thread Olivier RICHAUD
Will answer for jboss whch hosts my exist database. In the web.xml file, I have added a security constraint pprotecting /*, déginied a role name (whatever you want but must match aurotisation file or other system - I use LDAP). I definied te login configuration as basic (HTTP authentification). T

RE : RE : RE : axis and tomcat security realm

2003-11-28 Thread Olivier RICHAUD
Sorry, Tony, can't help you. Olivier. -Message d'origine- De : Tony Vieitez [mailto:[EMAIL PROTECTED] Envoyé : vendredi 28 novembre 2003 10:19 À : [EMAIL PROTECTED] Objet : RE: RE : RE : axis and tomcat security realm Hi Oliver I am talking about the client side. Currently, I have two

RE : RE : axis and tomcat security realm

2003-11-28 Thread Olivier RICHAUD
Are you talking of the client side? I dont't really understand. On the server side, You can get the message context too and extract the login and password. Olivier. -Message d'origine- De : Tony Vieitez [mailto:[EMAIL PROTECTED] Envoyé : vendredi 28 novembre 2003 09:05 À : [EMAIL PROTECT

RE : axis and tomcat security realm

2003-11-27 Thread Olivier RICHAUD
Title: Message Tony,   Get the message context (Call.getMessageContext()) on your call object and then set both login and password. This will authentify your call using HTTP based authentication. Works fine for me.   Olivier. -Message d'origine-De : Tony Vieitez [mailto:[EMAIL

Classes for client

2003-11-19 Thread Olivier RICHAUD
Hi all, I've already posted for this (I had no answer or I missed it), and I think, after talking to a friend working on very different projects for another company, that this is a more general issue. Roughly speaking, what is needed to run a SOAP client with Axis, without having to use all the ja

[Newbie] Using SOAP from applet

2003-11-11 Thread Olivier RICHAUD
I'd like to write an applet that will have to call a Web Service run by Axis. What jars are required by my applet? By the way, we have to transfer XML documents back and forth from the servlet to the applet. Should we use attachment or use a Message service? Regards. Olivier.

Applet and Axis/SOAP

2003-10-29 Thread Olivier RICHAUD
We have developped an applet to communicate with one of our SOAP services which implements a message style service. We are now trying to choose the required jars to deploy this applet. Has anyone a pointer for that or can recommend the smallest list of jars required for our applet. We are using JD

Adding DOM document to body

2003-10-28 Thread Olivier RICHAUD
Hi all, I'm using Axis to process incoming XML messages. For this, we have developped a message service with only one method that takes an array of Element and returns another array of Element. The problem is on the client side. A DOM object containing the whole information is passed and we would