Claus Ibsen created CAMEL-5419:
----------------------------------

             Summary: camel-soap - Sets wrong namespace for faults
                 Key: CAMEL-5419
                 URL: https://issues.apache.org/jira/browse/CAMEL-5419
             Project: Camel
          Issue Type: Bug
          Components: camel-soap
    Affects Versions: 2.10.0, 2.9.2
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.9.3, 2.10.1


If there is an exception on the Exchange which gets marshalled then the 
namespace of the fault is not the same namespace as the envelope.

The namespace on soap 1.1 is: "http://schemas.xmlsoap.org/soap/envelope/";
But the fault is using soap 1.2: "http://www.w3.org/2003/05/soap-envelope";

We should use the same namespace so its consistent.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to