Return-Path: X-Original-To: apmail-axis-java-user-archive@www.apache.org Delivered-To: apmail-axis-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 50782E159 for ; Mon, 17 Dec 2012 15:47:34 +0000 (UTC) Received: (qmail 48437 invoked by uid 500); 17 Dec 2012 15:47:33 -0000 Delivered-To: apmail-axis-java-user-archive@axis.apache.org Received: (qmail 48200 invoked by uid 500); 17 Dec 2012 15:47:32 -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 46804 invoked by uid 99); 17 Dec 2012 15:46:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 15:46:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of robertlazarski@gmail.com designates 209.85.215.45 as permitted sender) Received: from [209.85.215.45] (HELO mail-la0-f45.google.com) (209.85.215.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 15:46:20 +0000 Received: by mail-la0-f45.google.com with SMTP id p9so4816655laa.32 for ; Mon, 17 Dec 2012 07:45:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=7Ot3ttRT953wBYWQj0iDtRlAvZC8fL0KSsJD2tZTchQ=; b=kFjPvfxT1w5X5SEYe5H6nwiVuQKl6HI56rQa4FevICVQ+s9YBLgINhqTCZZEFCMkq6 N7ZNXvs7C8bZEYcV9ilofXJcDHobqYdXvkR95lHfxy+/zmZSiaoGuLJxwnqDO6NLJmoy twDbb82jj6Ykr5CWN1R1jekjYg2Aj4aQlyNrlyoOg/8kR5HWfQXe7XFXOgGEdDtuPa0e KX6mEVrW61+fIYLIrT6gweiV3JDNjhqErXUe9ufTjMLCOgAS6Wk6+2YE345YY5EN9xNu iYke/LK/GE0liSx0NzDfTGpx91fgN1UwcWZGfvxF3TnNU99VqHrq21beezQArksJfGPZ Tm3A== MIME-Version: 1.0 Received: by 10.152.144.38 with SMTP id sj6mr11228954lab.48.1355759158818; Mon, 17 Dec 2012 07:45:58 -0800 (PST) Received: by 10.112.125.5 with HTTP; Mon, 17 Dec 2012 07:45:58 -0800 (PST) In-Reply-To: <20121217152804.A0CDA45800B@nhs-pd1e-esg106.ad1.nhs.net> References: <20121217152804.A0CDA45800B@nhs-pd1e-esg106.ad1.nhs.net> Date: Mon, 17 Dec 2012 12:45:58 -0300 Message-ID: Subject: Re: More questions on async service From: robert lazarski To: java-user@axis.apache.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Dec 17, 2012 at 12:28 PM, Ockleford Paul (NHS CONNECTING FOR HEALTH) wrote: > > My second problem is that I would like to make the service truly > asynchronous by setting property =93org.apache.axis2.jaxws.use.async.mep= =94 to > true but I don=92t see how it=92s possible to do this using the objects p= rovided > by wsdl2java. > > I don't have much to add on your new questions except to say you may be mixing axis2 async implementations. Anything with jaxws in its package name is standard with implementation inside and outside of axis2. Its been several years but the last time I coded async services, I followed the axis2 guide and I purposely avoided jaxws, ymmv. Anyway its not easy to find, but did you follow these async docs? http://axis.apache.org/axis2/java/core/docs/adv-userguide.html --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org For additional commands, e-mail: java-user-help@axis.apache.org