You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Dan Haywood <dh...@equalexperts.com> on 2011/10/17 12:13:30 UTC

configuring HttpCoreNIOSender

Newbie question...
How do I configure axis2 (v1.4) to use HttpCoreNIOSender for a simple, http,
synchronous invocation.

Right now I can see that request is sent, but there is nothing to handle the
response inputstream.  Searching the code looks like I ought to use
org.apache.axis2.transport.nhttp.ClientHandler somewhere (?), but I'm not
sure where.

Many thanks
Dan Haywood