bus = EasyMock.createMock(Bus.class);
wsdlManager = new WSDLManagerImpl(null);
partialResponseReceivedLock = new ReentrantLock();
partialResponseReceivedCondition = partialResponseReceivedLock.newCondition();
partialResponseReceivedNotified = false;
responseCallback = new TestResponseCallback();
clientBinding = EasyMock.createMock(ClientBinding.class);
}