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 "Shahi, Ashutosh" <As...@ca.com> on 2004/09/30 07:14:29 UTC

Missing method in class MultiPartRelatedInputStream

Hi all,

            I am not really sure if this is lack of understanding on my
part, or if this is missing implementation in Axis, so I thought I'll
post the issue here before creating a Jira issue.

            I have an input stream which is basically a MIME message
with a SOAP message and a set of attachments. The class that I could
find useful in Axis is
"org.apache.axis.attachments.MultiPartRelatedInputStream". But this
class has methods to access only the attachments, I could not find a way
to get the main SOAP message. 

            But there is a protected field "soapStream" which has the
soap message as an input stream. Shouldn't there be a get method over
this stream to return the main SOAP message as well?

            

Regards,

Ashutosh Shahi