* server.
*
* {@inheritDoc}
*/
protected void setUp() throws Exception {
StubbedDuplexServerConnection conn = new StubbedDuplexServerConnection();
m_inbound = (StubbedInboundConnection) conn.getInbound();
m_inbound.setInBytes(TestObjects.REQUEST_SOAP.getBytes());
m_outbound = (StubbedOutboundServerConnection) conn.getOutbound();
XMLUnit.setIgnoreWhitespace(true);
}