@Test public void testGetBackChannelSendOneway() throws Exception {
destination=setUpDestination(false,false);
setUpDoService(false,true,500);
destination.doService(request,response);
setUpInMessage();
Conduit backChannel=destination.getBackChannel(inMessage);
outMessage=setUpOutMessage();
backChannel.prepare(outMessage);
verifyBackChannelSend(backChannel,outMessage,500,true);
}