You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Chinmoy Chakraborty <cc...@gmail.com> on 2008/12/04 13:25:07 UTC

MTOM SOAP message issue

Hi All,

I am facing a problem with MTOM. If I do not set
Constants.Configuration.MTOM_THRESHOLD property MIME message, does not
include whole file content and it does not finish MIME boundary. It chops
off file content. But I can see 'cid' part.

If I set Constants.Configuration.MTOM_THRESHOLD property the file content
does not appear as MIME part, the content appears in the node under
<soap:envelope> as a base64encoded string and I can not see any 'cid'
section.

the size of my file is 34kb. Ans the service I am trying to invoke a service
that has a argument of type DATAHANDLER.

Chinmoy