assertTrue("The LoggingInInterceptor is not configured to dispatch client", exists);
}
@Test
public void testFindOperationWithSource() throws Exception {
ServiceImpl service =
new ServiceImpl(getBus(), getClass().getResource("/wsdl/hello_world.wsdl"), serviceName, null);
Dispatch<Source> disp = service.createDispatch(portName, Source.class, Service.Mode.MESSAGE);
disp.getRequestContext().put(Dispatch.ENDPOINT_ADDRESS_PROPERTY, address);
disp.getRequestContext().put("find.dispatch.operation", Boolean.TRUE);
d.setMessageObserver(new MessageReplayObserver("/org/apache/cxf/jaxws/sayHiResponse.xml"));