Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.8
-
None
-
None
Description
Scenario:
- Create a SOAPEnvelope from an MTOM message using MTOMStAXSOAPModelBuilder.
- Serialize the SOAPEnvelope using OMNode#serialize(OutputStream), or alternatively call toString on the SOAPEnvelope.
- Serialize the SOAPEnvelope again using serializeAndConsume with optimize == true.
Result: In the serialized message from the last step, the attachments are inlined.
Skipping the second step gives the expected result, i.e. a message with XOP:Include elements.
Attachments
Issue Links
- blocks
-
AXIOM-255 The sequence of events produced by OMStAXWrapper for XOP:Include is inconsistent
-
- Closed
-
- relates to
-
RAMPART-118 Rampart and MTOM not working together
-
- Resolved
-