public void testTerminateSequenceOnClient() throws IOException, WSDLException, SequenceFault {
TestSoapClientBinding binding = new TestSoapClientBinding(bus, epr);
IMocksControl control = EasyMock.createNiceControl();
RMHandler handler = control.createMock(RMHandler.class);
handler.getBinding();
EasyMock.expectLastCall().andReturn(binding).times(3);
//handler.getTransport();
//expectLastCall().andReturn(binding.getClientTransport());