297298299300301302303304305
throw new AxisFault(e); } catch (FactoryConfigurationError e) { throw new AxisFault(e); } finally { if ((msgContext.getEnvelope() == null) && !soap11) { msgContext.setEnvelope(new SOAP12Factory().createSOAPEnvelope()); } } }
167168169170171172173174175