From axis-dev-return-22949-apmail-ws-axis-dev-archive=ws.apache.org@ws.apache.org Mon Aug 04 17:22:23 2003 Return-Path: Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 17893 invoked by uid 500); 4 Aug 2003 17:22:22 -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 17882 invoked from network); 4 Aug 2003 17:22:22 -0000 Message-ID: From: "Kellogg, Richard" To: Date: Mon, 4 Aug 2003 13:21:05 -0400 Subject: RE: ?wsdl and such 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.6249.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: content-class: urn:content-classes:message Thread-Topic: ?wsdl and such Thread-Index: AcNarGksqeDtqqpOQ2+V+M+t+hCTEAAABoZw X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I think this will be especially useful for implementing special purpose WSD= L. For example, the following article shows how to return just the types o= r schema information. Splitting up WSDL: The Importance of targetNamespace http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/dnservic= e/html/service08202002.asp Another example is something that could be parsed by the Microsoft XSD util= ity. Good idea. Rick -----Original Message----- From: Steve Loughran [mailto:steve_l@iseran.com] Sent: Monday, August 04, 2003 1:16 PM To: axis-dev@ws.apache.org Subject: Re: ?wsdl and such Doug Davis wrote: >=20 >=20 >=20 >=20 > We have some mods to axis to allow people to plug-in their own > query string processor. This also moves the processing of ?wsdl, > ?list and ?method into these pluggable units. We use this in > the latest version of the ETTK to enable the use of > ?wsdldoc (think javadocs for wsdl). You add new plug-ins by > adding them as parameters to the "http" transport in the wsdd. > This also means people can more easily choose which query strings > to support. I was going to just commit the changes to axis but > I wanted to make sure there wasn't any objection to this > slight design change. > -Dug >=20 +1. slick.