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
Richard opened SWS-851 and commented
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
Referenced from: commits 1c1db7d
The text was updated successfully, but these errors were encountered: