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
         Environment: OS - Windows Server 2003, OC4J Application Server, 
Pentium4 PC 
            Reporter: Rajiv Mayani


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to