users@saaj.java.net

Re: In SOAPMessage mime header Content-Transfer-Encoding mime header is stipped off

From: Nitin Bodke <nitin.bodke_at_gmail.com>
Date: Sat, 8 May 2010 21:08:38 +0530

Hi All,

After analysis I came to conclusion that issue is with SAJJ.
I have opened defect https://saaj.dev.java.net/issues/show_bug.cgi?id=52
If you have any inputs on this, please let me know.

Thanks,
Nitin.

On Sat, May 8, 2010 at 6:56 PM, Nitin Bodke <nitin.bodke_at_gmail.com> wrote:

> Hi All,
>
> My web service receives both binary and base64 encoded attachments.
> SOAPHandler process these request and stripps off the attachements. I am
> using SAJJ for SOAP processing.
> Handling of attachments is dependant on type of encoding.
> All of my requests attachments have "Content-Transfer-Encoding" mime
> header.
> But when dump SOAPMessage, I dont see Content-Transfer-Encoding header.
> Following is the snippet I used to dump the message.
> <snip>
> try {
> soapMessage.writeTo(System.out);
> } catch (SOAPException e) {
> // TODO Auto-generated catch block
> e.printStackTrace();
> } catch (IOException e) {
> // TODO Auto-generated catch block
> e.printStackTrace();
> }
> </snip>
>
> Is this issue with SAJJ? Can you please confirm this ASAP, because this is
> blocking issue for us?
>
> Thanks,
> Nitin.
>