checkAddChild(env, false);
// these addChild() should work since appending after SOAPBody
factory = new SOAP11Factory();
env = factory.createSOAPEnvelope();
factory.createSOAPBody(env);
checkAddChild(env, false);
factory = new SOAP11Factory();
env = factory.createSOAPEnvelope();
factory.createSOAPHeader(env);