[
https://issues.apache.org/jira/browse/SYNAPSE-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ishan Jayawardena updated SYNAPSE-650:
--------------------------------------
Attachment: fixutil.patch
I modified the transport to only add the CDATA section to the content of
message fields if the content contains either of the two special characters '<'
, '&'. Please review and apply the patch.
> 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: 2.0
>
> 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:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]