You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Asanka Abeysinghe (JIRA)" <ji...@apache.org> on 2008/07/19 21:17:31 UTC

[jira] Resolved: (SYNAPSE-394) FIX transport dose not handle a XML based FIX message payload with XML namespace

     [ https://issues.apache.org/jira/browse/SYNAPSE-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asanka Abeysinghe resolved SYNAPSE-394.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

Fix available with the attached patch SYNAPSE-394.patch. 

> FIX transport dose not handle a XML based FIX message payload with XML namespace 
> ---------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-394
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-394
>             Project: Synapse
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 1.2
>         Environment: Ubuntu-Gutsy 
>            Reporter: Asanka Abeysinghe
>             Fix For: 1.3
>
>         Attachments: SYNAPSE-394.patch
>
>
> When a FIX message that defines in a XML structure with a namespace, will not accept by the FIX transport layer. It fails when try to read the first element of the SOAP message body.
> Sample input message: 
> 			<m0:message xmlns:m0="http://services.samples/xsd/">
> 						<m0:header>
> 						   <m0:field m0:id="35"><![CDATA[8]]></m0:field>
> 						   <m0:field m0:id="52"><![CDATA[20080618-08:41:56]]></m0:field>
> 						</m0:header>
> 						<m0:body>
> Current implementation uses QName(<tag name>) to fetch the elements instead of using QName(<tag name>,<namespace URI>)						

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org