Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 32139 invoked from network); 8 Apr 2004 01:10:47 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Apr 2004 01:10:47 -0000 Received: (qmail 80939 invoked by uid 500); 8 Apr 2004 01:10:20 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 80803 invoked by uid 500); 8 Apr 2004 01:10:19 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 80794 invoked from network); 8 Apr 2004 01:10:19 -0000 Received: from unknown (HELO zeus.w2k.nrlmry.navy.mil) (199.9.2.132) by daedalus.apache.org with SMTP; 8 Apr 2004 01:10:19 -0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Subject: RE: question on Axis Handlers Date: Wed, 7 Apr 2004 18:10:27 -0700 Message-ID: <2865EEDFAC609949B697914B50B2E1F7111350@zeus.w2k.nrlmry.navy.mil> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: question on Axis Handlers Thread-Index: AcQdAqns58rFyfbeQJ2gO5eDuPcqrQAAVkcQAAAmqwA= From: "Mantri, Mr. Ramesh (Contractor)" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N In my very brief stint with Axis, I did come across "deploy.wsdd" files. But I am assuming that this file is read only when you deploy the = service through "AdminClient" which is a totally Axis-specific activity. In a servlet-engine environment, servlets are "deployed" through web.xml. Is it somehow possible to reconcile/merge these two different activities? For instance, one method that quickly comes to my mind is to run this "AdminClient" inside a servlet's "init" method. Is that possible? I = might understand more if someone would kindly post an example servlet that = makes use of Axis. Here I am visualizing something like getting access to a "MessageContext" inside of a doGet() or a doPost() method etc. I am = afraid I might not be making too much sense here. But if it does make any = sense, please help. Thanks. sincerely, Ramesh -----Original Message----- From: Yakulis, Ross (Ross) [mailto:yakulis@avaya.com] Sent: Wednesday, April 07, 2004 5:55 PM To: axis-user@ws.apache.org Subject: RE: question on Axis Handlers Are you refering to configuring handlers in the deploy.wsdd file? Like: = = =20 Ross -----Original Message----- From: Mantri, Mr. Ramesh (Contractor) [mailto:mantri@nrlmry.navy.mil] Sent: Wednesday, April 07, 2004 5:45 PM To: axis-user@ws.apache.org Subject: question on Axis Handlers All, we are writing server-side software - Java servlets (SOAP/HTTP, JAXM, = SAAJ). Recently we were told that we would be provided a set of Apache Axis handlers = that "must be=20 confnigured in front of your Web service". Is it possible to achieve = this without making changes to our server-side code? The documentation says that Axis also = provides a server which "plugs into servlet engines", but I haven't found any = examples to help me understand how this is to be achieved. Please respond with a solution or = references to documentation that might help more. Thank you. sincerely, Ramesh Mantri