Skip to content

AxiomUtils.toEnvelope(Document) cannot specify XMLInputFactory properties [SWS-851] #925

@gregturn

Description

@gregturn

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions