Setting action for ServiceClient Receiver in Async Client?

2011-07-28 Thread Todd Chisholm
Hi all, I'm trying to develop an Axis2 client that calls an asynchronous BPEL process. There is a problem with the callback receiver though: [java] WARN [org.apache.axis2.addressing.AddressingFaultsHelper] triggerActionNotSupportedFault: messageContext: [MessageContext: logID=urn:uuid:8A8

Async axis client call timing out

2011-08-02 Thread Todd Chisholm
Hi, I'm experimenting with asynchronous calls between an axis client and an axis server. The server is just the example1/MyService.java, slightly modified to add a delay of a minute before replying. The client is based on the EchoNonBlockingDualClient.java. I'm getting a Read timed out AxisFaul

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-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