You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Balu S (JIRA)" <ji...@apache.org> on 2017/07/28 10:43:03 UTC

[jira] [Created] (CXF-7458) JAXWS : MTOM threshold value is not taken to consideration

Balu S created CXF-7458:
---------------------------

             Summary: JAXWS : MTOM threshold value is not taken to consideration
                 Key: CXF-7458
                 URL: https://issues.apache.org/jira/browse/CXF-7458
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 3.1.6
         Environment: Wildfly 10.1
            Reporter: Balu S


The webservice is defined as MTOM enabled with threshold value as 5MB, but still the attachments (in responses) that are less than 5MB are not inlined. It looks like if `@MTOM` is enabled, the response is always returned as XOP (multipart) and ignores the threshold value.

{{@HandlerChain(file="/handler-chain.xml")
@MTOM(threshold=5242880) // 5MB limit for inline soap attachements else MTOM
public class WSImpl {. }}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)