You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Nandika Jayawardana (JIRA)" <ji...@apache.org> on 2009/09/25 13:40:16 UTC

[jira] Created: (AXIS2C-1396) When outputting faults, sometimes, it is necessary to namespace qualify text values. Currently this is not suported in Axis2/C

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.


[jira] Updated: (AXIS2C-1396) When outputting faults, sometimes, it is necessary to namespace qualify text values. Currently this is not suported in Axis2/C

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar updated AXIS2C-1396:
-------------------------------------

          Component/s: xml/om
    Affects Version/s: 1.6.0
           Issue Type: Improvement  (was: Bug)

> 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: Improvement
>          Components: xml/om
>    Affects Versions: 1.6.0
>         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.