Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 13545 invoked by uid 500); 29 Jul 2001 22:09:00 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 13538 invoked from network); 29 Jul 2001 22:09:00 -0000 Received: from proxy2.ba.best.com (root@206.184.139.14) by h31.sny.collab.net with SMTP; 29 Jul 2001 22:09:00 -0000 Received: from speedball (adsl-216-102-90-148.dsl.snfc21.pacbell.net [216.102.90.148]) by proxy2.ba.best.com (8.9.3/8.9.2/best.out) with SMTP id PAA08633; Sun, 29 Jul 2001 15:07:11 -0700 (PDT) Message-Id: <3.0.1.32.20010729151323.013bfd88@shell2.ba.best.com> X-Sender: robj@shell2.ba.best.com X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Sun, 29 Jul 2001 15:13:23 -0700 To: axis-dev@xml.apache.org, axis-dev@xml.apache.org From: Rob Jellinghaus Subject: Re: SOAPAction In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N See some of the other samples. I think it's: serviceClient.set(HTTPTransport.ACTION, "myAction"); Cheers, Rob At 06:02 PM 7/29/2001 -0400, Doug Davis wrote: >Taking the getQuote source as a starting point, how can >a client set the SOAPAction header if they don't like the >default one that Axis chooses? I didn't see something >obvious like a setSOAPAction on the ServiceClient nor >on the ServiceDescription - and there's no msgContext >to play with - so what's the correct way to do this now-a-days? >-Dug > > >