Re: Axis2 with HttpAsyncClients
robertlazarski <[email protected]> Tue, 13 Nov 2018 09:12:02 -0700
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CABpPLBUtZZODVqAVtWdtmb=PMzKqVJtNNHLpvKqq1YNqbBG8ig@mail.gmail.com> |
On Sat, Nov 10, 2018 at 12:36 PM Bhuvan Gupta <[email protected]> wrote: > Hello All, > > Can Axis2 be used with HttpAsyncClient? > If yes which version and are there any samples. > > > > > Axis2 absolutely supports async connections over HTTP, check out the test package org.apache.axis2.transport.testkit.tests.async and the non-blocking docs here https://axis.apache.org/axis2/java/core/docs/dii.html . Regards, Robert