Return-Path: Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 70308 invoked by uid 500); 30 Apr 2003 14:09:13 -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 70272 invoked from network); 30 Apr 2003 14:09:13 -0000 X-Authentication-Warning: webmail.frogspace.net: nobody set sender to harish@poboxes.com using -f Message-ID: <1051711684.3eafd8c4f41e5@webmail.sjce.net> Date: Wed, 30 Apr 2003 10:08:05 -0400 From: Harish To: axis-user@ws.apache.org Subject: Vanilla XML support References: <8A9E18385C536F40AFD9DFA8ED7BBEA901AF17BB@mtv01ex02> In-Reply-To: <8A9E18385C536F40AFD9DFA8ED7BBEA901AF17BB@mtv01ex02> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.0 X-Originating-IP: 65.114.45.227 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, Apart from the regular SOAP based request, we have a requirement that one of the consumers of the webservices would be sending the requests in regular XML( read non SOAP). The request would look like, GetQuote XXX I was thinking of writing a handler, which calls my custom SAX handler, which would extract the servicename ( 'GetQuote' from the above example), set the MessageContext.setService('GetQuote'). This handler would be added in the tag for the samples/Stock's deploy.wsdd that comes with the axis samples. Similiarly, I plan to add a handler in the to create the XML output. Could you pls guide me whether this is the right approach? or any alternatives? Thanks Harish