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