238239240241242243244245246247248249
service.setWSDLWriter(writer); try { WSDLServiceConfigurator config = new WSDLServiceConfigurator(service, def, transportManager); config.configure(); } catch (Exception e) { if (e instanceof XFireRuntimeException) throw (XFireRuntimeException) e;