Return-Path: Delivered-To: apmail-axis-java-user-archive@www.apache.org Received: (qmail 33905 invoked from network); 10 Mar 2010 21:57:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Mar 2010 21:57:28 -0000 Received: (qmail 83644 invoked by uid 500); 10 Mar 2010 21:56:55 -0000 Delivered-To: apmail-axis-java-user-archive@axis.apache.org Received: (qmail 83523 invoked by uid 500); 10 Mar 2010 21:56:55 -0000 Mailing-List: contact java-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@axis.apache.org Delivered-To: mailing list java-user@axis.apache.org Received: (qmail 83510 invoked by uid 500); 10 Mar 2010 21:56:55 -0000 Delivered-To: apmail-ws-axis-user@ws.apache.org Received: (qmail 83507 invoked by uid 99); 10 Mar 2010 21:56:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Mar 2010 21:56:55 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of david.durham.jr@gmail.com designates 74.125.83.177 as permitted sender) Received: from [74.125.83.177] (HELO mail-pv0-f177.google.com) (74.125.83.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Mar 2010 21:56:47 +0000 Received: by pvc22 with SMTP id 22so7536pvc.22 for ; Wed, 10 Mar 2010 13:56:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Zo0XPfRM7SWgk906uhHaoOwHbzLYMO47zwx3JcpiRHA=; b=IaHzpxDKc2+Ve1RdO9iiz5bBmb2NgOgUXVkCJIPEI5jrDFi5UQPKz0JmywAbLDvg+J 9SLMKoWln2Ia8KKeDBYX9yrr2WNkE2i/xxIv2NMcRcUaOrmH4CrXGWTMxTjoO0AEBtOz 9iU6iMS6xLPKU4Svr/d8G/RSMGtw2hI7InJbs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Kgz5uyHiU6BgOaKuDzwwh29wE9b9nTBm7VJYv1YDqRiVZhj/h3sU5RXsg2q3+v4TZl u7loPV1FK8hLAeCyHhI7/mHt8Z0Rsn1p64auNofOMK5PiXZFGiO9LAPnuq4M9jTM7Y1s Uvpa958fTUTcZ4xzVq+PRmJ3jEveuImeOE+hM= MIME-Version: 1.0 Received: by 10.142.9.17 with SMTP id 17mr772686wfi.235.1268258186453; Wed, 10 Mar 2010 13:56:26 -0800 (PST) In-Reply-To: References: Date: Wed, 10 Mar 2010 15:56:26 -0600 Message-ID: Subject: Re: running axis server standalone From: David Durham To: axis-user@ws.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I should also add that I do not intend to have an axis2.xml file anywhere. I want to have complete control over the initialization of my axis environment programatically. These seems to be more difficult than it should be. Thanks, Dave On Wed, Mar 10, 2010 at 3:39 PM, David Durham w= rote: > So I'm doing something unusual, I have a spring namespace handler so > that I end up with a spring config like this: > > > =A0 =A0 > > > > Where is my magic where I end up with requests > routed to a Handler. =A0Now, my handler logic looks basically like this: > > if (requestURL.endsWith(".wsdl") { > > =A0 =A0// serve up the wsdl > > } else { > > =A0 // actually do the service call via soap > > } > > The first part works. =A0I'm having trouble with the second part, > actually handling the service call. =A0My first instinct was just to try > to extend AxisServlet and provide my own AxisConfigurator, and > override some of the protected methods, createMessageContext(..) for > instance. =A0But this is not going very well. =A0Can anyone point me to o= r > provide me with some info about how to get this done? =A0I have a > reference to the spring "bean" that will actually be invoked -- the > one that would be returned by SpringServletContextObjectSupplier if I > were going that route. > > Thanks, > Dave > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org For additional commands, e-mail: java-user-help@axis.apache.org