292293294295296297298299300
throw new AxisFault(e); } catch (FactoryConfigurationError e) { throw new AxisFault(e); } finally { if ((msgContext.getEnvelope() == null) && soapVersion != VERSION_SOAP11) { msgContext.setEnvelope(new SOAP12Factory().getDefaultEnvelope()); } } }