IBM
C2180-371 · Question #114
Which of the following are ways for a JAX-WS-based service to enable the usage of MTOM for binary data?
The correct answer is A. @MTOM(enabled=true) E. @Binding Type(value=javax.xml.ws.soap.SOAPBinding.SOAP11HTTP_MTOM_BINDING). See the full explanation below for the reasoning.
Question
Which of the following are ways for a JAX-WS-based service to enable the usage of MTOM for binary data?
Options
- A@MTOM(enabled=true)
- B@Attachments(mtom=true)
- C@MTOMAttachments(enabled=true)
- D@Binding Type(value=javax.xml.ws.soap.SOAPBinding.SOAP11HTTP,mtom=true)
- E@Binding Type(value=javax.xml.ws.soap.SOAPBinding.SOAP11HTTP_MTOM_BINDING)
How the community answered
(39 responses)- A82% (32)
- B3% (1)
- C5% (2)
- D10% (4)
Community Discussion
No community discussion yet for this question.