if (WOWebService.engine == null) {
if (WOApplication.application().resourceManager().inputStreamForResourceNamed("server.wsdd", null, null) == null)
return; // nothing necessary to do - the default .wsdd will be loaded correctly by WO.
try {
WOWebService.provider = new WOXMLProvider(getDeploymentDocument());
WOWebService.engine = new AxisServer(WOWebService.provider);
} catch (Exception ex) {
NSLog.err.appendln("Error trying to deploy Axis engine " + ex);
if (NSLog.debugLoggingAllowedForLevelAndGroups(NSLog.DebugLevelCritical, NSLog.DebugGroupWebServices | NSLog.DebugGroupWebObjects))
NSLog.err.appendln(ex);