You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rajiv Mayani (JIRA)" <ji...@apache.org> on 2008/05/05 05:40:55 UTC

[jira] Updated: (AXIS2-3777) SAAJ Implementation Bug

     [ https://issues.apache.org/jira/browse/AXIS2-3777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajiv Mayani updated AXIS2-3777:
--------------------------------

        Fix Version/s: 1.4
    Affects Version/s: 1.3
                       1.2

> SAAJ Implementation Bug
> -----------------------
>
>                 Key: AXIS2-3777
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3777
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: 1.3, 1.2
>         Environment: OS - Windows Server 2003, OC4J Application Server, Pentium4 PC 
>            Reporter: Rajiv Mayani
>             Fix For: 1.4
>
>
> SAAJ implmentation fails to recover the attachments. On receiving an XML message and using SAAJ API (Axis2 Implementation) to reconstruct a SOAP message we get the message properly except for the attachments. i.e. Attachments sent to the server are not reconstructed as a part of the reconstructed SOAP message.
> SOAPMessage soapMessage = messageFactory.createMessage (mimeHeaders, inputStream);
> Where input Stream is obtained from the request object of a Servlet.
> And contains a SOAP Message including Attachments.
> Output is a soapMessage object where
> soapMessage.countAttachments () returns 0
> Even a SOAP Message constructed using SAAJ API is reconstructed without attachments.

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