Return-Path: Delivered-To: apmail-axis-java-user-archive@www.apache.org Received: (qmail 89929 invoked from network); 5 Apr 2011 13:59:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Apr 2011 13:59:23 -0000 Received: (qmail 12818 invoked by uid 500); 5 Apr 2011 13:59:20 -0000 Delivered-To: apmail-axis-java-user-archive@axis.apache.org Received: (qmail 12779 invoked by uid 500); 5 Apr 2011 13:59:20 -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 12771 invoked by uid 99); 5 Apr 2011 13:59:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2011 13:59:20 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.68.5.9] (HELO relay00.pair.com) (209.68.5.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 05 Apr 2011 13:59:12 +0000 Received: (qmail 7952 invoked by uid 0); 5 Apr 2011 13:58:49 -0000 Received: from 80.177.179.35 (HELO Adil-book.local) (80.177.179.35) by relay00.pair.com with SMTP; 5 Apr 2011 13:58:49 -0000 X-pair-Authenticated: 80.177.179.35 Message-ID: <4D9B2019.80705@diwan.com> Date: Tue, 05 Apr 2011 14:58:49 +0100 From: Adil Allawi User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.17pre) Gecko/20110403 Lanikai/3.1.10pre ThunderBrowse/3.3.5 MIME-Version: 1.0 To: java-user@axis.apache.org Subject: Re: Async web service issue in Axis2 1.5.4 References: <4D9AD8C3.6020303@diwan.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org That fixed it. Thanks! The Axis documentation does leave a lot to be desired. Adil On 05/04/2011 11:58, Andreas Veithen wrote: > There is a third condition, namely that the addressing module is > engaged at the server side as well. > > Andreas > > On Tue, Apr 5, 2011 at 10:54, Adil Allawi wrote: >> I am trying to get Axis2 to invoke my web service asynchronously and >> failing. I am beginning to thing this is due to a bug in Axis2. As I >> understand it, to get axis2 to launch a web service asynchronously, you need >> two conditions: >> >> 1/ The web service services.xml file contains the following parameter : >> >> true >> >> and 2/ the soap request contains a replyTo address. Which is tent in my test >> as follows: >> >> >> >> >> http://localhost:8080/axis2/services/Translate.TranslateSOAP12port_http/ >> >> http://10.0.1.9:6060/axis2/services/Translate1301967596334_1/ >> >> urn:uuid:B967748EA6454E078A1301967596581 >> urn:breakSentences >> >> >> >> >> >> >> Axis2 checks for these in >> org.apache.axis2.receivers.AbstractMessageReceiver.receive(). However the >> mesageContext passed gets null for the call messageCtx.getReplyTo(). But >> there is a ReplyTo in the soap body. >> >> Is this a bug or am I missing something. >> >> thanks >> >> Adil >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org >> For additional commands, e-mail: java-user-help@axis.apache.org >> >> > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org > For additional commands, e-mail: java-user-help@axis.apache.org > > > -- -------------------------------------------- Adil Allawi Diwan Software Ltd. 37-39 Peckham Road, London SE5 8UH, U.K. Mobile: +44 (0)7718 785 850 mailto:adil@diwan.com http://www.diwan.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org For additional commands, e-mail: java-user-help@axis.apache.org