From axis-dev-return-23042-apmail-ws-axis-dev-archive=ws.apache.org@ws.apache.org Fri Aug 08 14:58:46 2003 Return-Path: Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 74467 invoked by uid 500); 8 Aug 2003 14:58:45 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 74456 invoked from network); 8 Aug 2003 14:58:45 -0000 Message-ID: From: Glen Daniels To: "'axis-dev@ws.apache.org'" Subject: RE: cvs commit: xml-axis/java/docs developers-guide.html referenc e.html Date: Fri, 8 Aug 2003 11:06:05 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > Nope - because the change isn't just a wsdd change but a code > change within > AxisServlet. In order to do what you want we'd have to have > two different > versions of AxisServlet running. I suppose we could hard > code the defaults > (?wsdl, ?list) into Axis servlet but then people won't be > able to turn them > off - which is one of the points of the new stuff. How about just asking the engine if there are any QSHandlers defined - if there are, use them. If not, default to list/method/wsdl/wsdldoc. --Glen