Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 52976 invoked from network); 26 Jul 2007 14:43:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jul 2007 14:43:46 -0000 Received: (qmail 26921 invoked by uid 500); 26 Jul 2007 14:43:44 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 26880 invoked by uid 500); 26 Jul 2007 14:43:43 -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: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 26869 invoked by uid 99); 26 Jul 2007 14:43:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2007 07:43:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of pzfreo@gmail.com designates 64.233.162.235 as permitted sender) Received: from [64.233.162.235] (HELO nz-out-0506.google.com) (64.233.162.235) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2007 07:43:42 -0700 Received: by nz-out-0506.google.com with SMTP id l1so445110nzf for ; Thu, 26 Jul 2007 07:43:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=i0o7zgX7knquUnAsHycajXkK1mKmyIPBiDGlCm8Xg7K4mVnFCGW6JoPMnfsW98W3jVdlXqz8iE9r+HvgBUxgx/hNKwotriTfESoD/vfcnrkajqLHhUwdFpO5rOvTYdyBZuIEnJGndyDV6FdY6A2T4TGYJLtwReJVu2V5m+Uq8B8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YJuC3LFEJdsF/reZLFK8MkHNNwdtDCBvX5IEbTBF1TWhrtIMJCa+OASPWg6H+z3D+EkunDZZr90Os3H2EplHbPDX4QCm+jRvp1oAwS1Fa5N1uHmQ8xO/HVNXNVFjqG/LYMyg/g+FehQocBwUnav79fn1eYqR2GKOzmdqtqWr36Y= Received: by 10.142.246.8 with SMTP id t8mr118907wfh.1185461000855; Thu, 26 Jul 2007 07:43:20 -0700 (PDT) Received: by 10.142.112.11 with HTTP; Thu, 26 Jul 2007 07:43:20 -0700 (PDT) Message-ID: <88f5d710707260743n315b2e2bj67529677270e85b5@mail.gmail.com> Date: Thu, 26 Jul 2007 15:43:20 +0100 From: "Paul Fremantle" To: axis-dev@ws.apache.org Subject: Re: Creating a service that accepts any XML In-Reply-To: <46A8B236.5040204@thoughtcraft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <88f5d710707260335s6b32567idd92e4e03e686b52@mail.gmail.com> <46A879D4.8080408@opensource.lk> <88f5d710707260506r55d95c24i9cf11d4b4a51fe22@mail.gmail.com> <46A8B236.5040204@thoughtcraft.com> X-Virus-Checked: Checked by ClamAV on apache.org Wicked! Thanks! On 7/26/07, Glen Daniels wrote: > Hi Paul! > > Paul Fremantle wrote: > > There was a SOAPAction, but since I want this service to accept *any* > > SOAP message, I don't know what it is ahead of time. And I don't want > > to have to define every possible SOAPAction - I just want all my > > requests to do to the same MessageReceiver.receive() no matter what. > > You can do this as follows. > > 1) Make sure your service has exactly one operation. > > 2) service.setParameter("supportSingleOperation", Boolean.TRUE) > > Voila. :) > > --Glen > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-dev-help@ws.apache.org > > -- Paul Fremantle Co-Founder and VP of Technical Sales, WSO2 OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org paul@wso2.com "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org