You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A customer of us likes to send CDATA through soap message.
We're using Spring WS in combination of Axiom.
Within the AxiomMessage the method org.springframework.ws.soap.axiom.support.AxiomUtils.toEnvelope(Document) is called. Within the AxiomUtils a new instance of the XMLInputFactory is created.
It would be nice if it's possible to define the property "report-cdata-event" on this XMLInputFactory. For instance by using the StAXUtils to create the XMLInputFactory