Description
I believe that the main if/else statement in these methods is incorrect. When passing in a SOAPEnvelope object set for SOAP1.2, the method still uses the DOOMAbstractFactory.getSOAP11Factory() method. I believe that it should use the DOOMAbstractFactory.getSOAP12Factory() instead.