}
private void subTestServerStartup() throws Exception {
final SeekBookInBasementHandler businessHandler =
new SeekBookInBasementHandler(responseLocation, "classpath:" + wsdlLocation);
final ServiceProviderHandler implementor =
new ServiceProviderHandler(
errorTransfer, messageTransfer, businessHandler, operation);
final JaxWsServerFactoryBean factory = new JaxWsServerFactoryBean();
factory.setServiceName(SERVICE_NAME);