Re: Async axis client call timing out

2011-08-03 Thread Deepal jayasinghe
> Hi Josef, > > Good question. I have this in my client: > > sender = new ServiceClient(); > sender.engageModule(Constants.MODULE_ADDRESSING); > sender.setOptions(options); > sender.sendReceiveNonBlocking(payload, callback); > > Is the second line

Re: Async axis client call timing out

2011-08-03 Thread Todd Chisholm
client? > > Josef? > > ** ** > > *Von:* Todd Chisholm [mailto:todd.chish...@gmail.com] > *Gesendet:* Mittwoch, 3. August 2011 19:24 > *An:* java-user@axis.apache.org > *Betreff:* Re: Async axis client call timing out > > ** ** > > Thanks Marti

Re: Async axis client call timing out

2011-08-03 Thread Todd Chisholm
Thanks Martin and Deepal for your help with this. I believe that the addressing module is engaged on the server side - to be sure, I engaged it via the axis2-admin page. No change, unfortunately. I've created a bug: https://issues.apache.org/jira/browse/AXIS2-5111 with the client and server code

Re: Async axis client call timing out

2011-08-02 Thread Deepal jayasinghe
Hi Todd, Did you engage the addressing module in the server side ?. if not please engage it and see the results. if you have engaged addressing module and you still see the issue then it is definitely an Axis2 bug. Someone should have broken something, so please create a JIRA, (need to fix this A

RE: Async axis client call timing out

2011-08-02 Thread Martin Gainty
the error and onComplete handlers of AxisCallback are called-back when there is error or response has been generated something like this should work: AxisCallback callback = new AxisCallback() { /** * This is called when we receive a message.