[
https://issues.apache.org/jira/browse/SYNAPSE-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13733113#comment-13733113
]
Hudson commented on SYNAPSE-650:
--------------------------------
SUCCESS: Integrated in Synapse - Trunk #4696 (See
[https://builds.apache.org/job/Synapse%20-%20Trunk/4696/])
Using CDATA selectively when parsing FIX messages. Patch applied from
SYNAPSE-650 with some modifications (hiranya: rev 1511549)
*
/synapse/trunk/java/modules/transports/optional/fix/src/main/java/org/apache/synapse/transport/fix/FIXUtils.java
> Make the Usage of CDATA Optional in the FIX SOAP Infoset
> --------------------------------------------------------
>
> Key: SYNAPSE-650
> URL: https://issues.apache.org/jira/browse/SYNAPSE-650
> Project: Synapse
> Issue Type: Improvement
> Components: Transports
> Reporter: Hiranya Jayathilaka
> Assignee: Hiranya Jayathilaka
> Fix For: NIGHTLY
>
> Attachments: fixutil.patch
>
>
> The SOAP infoset used by the FIX transport uses CDATA tags to wrap the
> message field content. But in reality most field content simply consist of
> numbers and letters (non-XML). Therefore use of CDATA poses some additional
> overheads on the message processing. Hence we should not be using CDATA tags
> by default. Rather it should be an optional feature of the transport.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]