When outputting faults, sometimes, it is necessary to namespace qualify text 
values. Currently this is not suported in Axis2/C
------------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2C-1396
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1396
             Project: Axis2-C
          Issue Type: Bug
         Environment: Any
            Reporter: Nandika Jayawardana


When handling Soap faults, it is necessary to qualify the text data with a 
namespace prefix. 

Eg.

<env:Code>
     <env:Value>env:Sender</env:Value>
     <env:Subcode>
      <env:Value>m:MessageTimeout</env:Value>
     </env:Subcode>
   </env:Code>

For this, it is necessary to have a method to axiom_text_t to set the namespce 
and that correct namespace prefix must be appended to the text value serialized

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

Reply via email to