Return-Path: Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 25765 invoked from network); 3 Dec 2001 18:27:25 -0000 Received: from ztxmail04.ztx.compaq.com (161.114.1.208) by daedalus.apache.org with SMTP; 3 Dec 2001 18:27:25 -0000 Received: by ztxmail04.ztx.compaq.com (Postfix, from userid 12345) id 02487166B; Mon, 3 Dec 2001 12:27:22 -0600 (CST) Received: from cceexg12.americas.cpqcorp.net (cceexg12.americas.cpqcorp.net [16.110.250.124]) by ztxmail04.ztx.compaq.com (Postfix) with ESMTP id EAC281400 for ; Mon, 3 Dec 2001 12:27:22 -0600 (CST) Received: from cxoexc11.americas.cpqcorp.net ([16.112.144.133]) by cceexg12.americas.cpqcorp.net with Microsoft SMTPSVC(5.0.2195.2966); Mon, 3 Dec 2001 12:27:22 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Deploying a service with a custom handler? Date: Mon, 3 Dec 2001 11:27:22 -0700 Message-ID: <9B832BEB407A774AA0520CCFC232219711A85B@cxoexc11.americas.cpqcorp.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Deploying a service with a custom handler? Thread-Index: AcF8KI2HAh/vViPmTHSjER5JIaiMEw== From: "Zymbaluk, Greg" To: "Axis User List (E-mail)" X-OriginalArrivalTime: 03 Dec 2001 18:27:22.0736 (UTC) FILETIME=[265EAF00:01C17C28] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Greetings, I've been using the Alpha 2 distro of Axis and I was able to write my own Java provider and then register a service to use my handler as its pivot. I did this by adding a new handler in the server-config.xml in the element and then specifying that as the pivot for my service. I've been looking at the latest changes to Axis in CVS and it looks like the server-config has now moved to wsdd format. I've looked at the server-config.wsdd file that gets generated for the Axis server and I can see that you can still specify handlers, but in the service definition the definition of the pivot has changed. It looks like a pivot is defined as an attribute, i.e. 'provider=3D"java:RPC"' . From = the latest user's guide it says that java:RPC "is predefined to indicate a Java RPC service."=20 My question is: How do I specify a custom handler for my service if I want to use something besides the predefined providers? Thanks, Greg Z