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/12/02 11:34:44 UTC

[jira] Created: (AXIS2C-1302) Implement a callback for attachment loading when sending an attachment using MTOM

Implement a callback for attachment loading when sending an attachment using MTOM
---------------------------------------------------------------------------------

                 Key: AXIS2C-1302
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1302
             Project: Axis2-C
          Issue Type: Improvement
            Reporter: Manjula Peiris


When sending the attachments we send chunk by chunk. We can load these chunk from user specified callback. So the user can keep the attachment what ever location he prefers before sending.

-- 
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] Resolved: (AXIS2C-1302) Implement a callback for attachment loading when sending an attachment using MTOM

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

Manjula Peiris resolved AXIS2C-1302.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6.0
         Assignee: Manjula Peiris

Implemented in the current trunk. see https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/axiom/include/axiom_mtom_sending_callback.h

And a sample implementation
https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/samples/mtom_sending_callback

> Implement a callback for attachment loading when sending an attachment using MTOM
> ---------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1302
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1302
>             Project: Axis2-C
>          Issue Type: Improvement
>            Reporter: Manjula Peiris
>            Assignee: Manjula Peiris
>             Fix For: 1.6.0
>
>
> When sending the attachments we send chunk by chunk. We can load these chunk from user specified callback. So the user can keep the attachment what ever location he prefers before sending.

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