You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by "Ruben Arizmendi (JIRA)" <ji...@apache.org> on 2010/09/02 16:02:53 UTC

[jira] Created: (AXIS2-4810) Error in org.apache.axis2.saaj.util.SAAJUtil.getDocumentFromSOAPEnvelope() and SAAJUtil.toDOOMSOAPEnvelope() method

Error in org.apache.axis2.saaj.util.SAAJUtil.getDocumentFromSOAPEnvelope() and SAAJUtil.toDOOMSOAPEnvelope() method
-------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-4810
                 URL: https://issues.apache.org/jira/browse/AXIS2-4810
             Project: Axis2
          Issue Type: Bug
          Components: saaj
    Affects Versions: 1.5.1
         Environment: N/A
            Reporter: Ruben Arizmendi


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org