SOAP11BuilderHelper fails with nested CDATA tag
-----------------------------------------------
Key: WSCOMMONS-367
URL: https://issues.apache.org/jira/browse/WSCOMMONS-367
Project: WS-Commons
Issue Type: Bug
Components: AXIOM
Reporter: Rich Scheuerle
Assignee: Rich Scheuerle
Priority: Minor
Problem:
The SOAP11BuilderHelper fails if the faultString text is CDATA (i.e.
<![CDATA[Hello World]]>.
This is problem will only occur if the underlying parser delivers CDATA events.
(The woodstox parser resolves CDATA and delivers CHARACTER events).
This problem is also limited to the SOAP11BuilderHelper. The SOAP12 processing
does not fail if a CDATA is encountered.
Solution:
I am testing a patch from Nick Gallardo. I am writing a validation test.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.