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 "Manjula Peiris (JIRA)" <ji...@apache.org> on 2008/07/11 10:48:32 UTC

[jira] Created: (AXIS2C-1233) Retreivel of data_handlers happened in calling to axiom_soap_body_has_fault function

Retreivel of data_handlers happened in calling to axiom_soap_body_has_fault function
------------------------------------------------------------------------------------

                 Key: AXIS2C-1233
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1233
             Project: Axis2-C
          Issue Type: Bug
    Affects Versions: Current (Nightly)
            Reporter: Manjula Peiris


soap builder has the mime_body_parts map which stores corresponding data_handlers for each attachment. Removel of xop:include elements and adding data_handler to the om_text happens when we calls axiom_soap_body_has_fault function. But this should happened inside the service, but that cannot be done because inside service calling to om_tree will call only the stax_builder , there is no way of calling soap_builder. We may need to add similar function like soap_body fault processing for setting mime_body_parts.

-- 
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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-1233) Retreivel of data_handlers happened in calling to axiom_soap_body_has_fault function

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

S.Uthaiyashankar updated AXIS2C-1233:
-------------------------------------

    Component/s: mtom

> Retreivel of data_handlers happened in calling to axiom_soap_body_has_fault function
> ------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1233
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1233
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: mtom
>    Affects Versions: Current (Nightly)
>            Reporter: Manjula Peiris
>
> soap builder has the mime_body_parts map which stores corresponding data_handlers for each attachment. Removel of xop:include elements and adding data_handler to the om_text happens when we calls axiom_soap_body_has_fault function. But this should happened inside the service, but that cannot be done because inside service calling to om_tree will call only the stax_builder , there is no way of calling soap_builder. We may need to add similar function like soap_body fault processing for setting mime_body_parts.

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