public class CommonsHTTPTransportSenderClientSideTest extends AbstractHTTPServerTest {
public void testInvokeWithEPR() throws Exception {
int port = getBasicHttpServer().getPort();
RequestLine line = new BasicRequestLine("", "", new ProtocolVersion("http", 1, 0));
MockHTTPResponse httpResponse = new MockAxisHttpResponse(line);
getBasicHttpServer().setResponseTemplate(BasicHttpServer.RESPONSE_HTTP_OK_LOOP_BACK);
// We only interested on HTTP message sent to the server side by this
// client hence ignore the processing of response at client side.