You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-c-dev@ws.apache.org by "S.Uthaiyashankar (JIRA)" <ji...@apache.org> on 2008/02/29 06:04:51 UTC

[jira] Assigned: (RAMPARTC-66) decrypted data cannot be deserialized, if namespace is defined in soap envelope element

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

S.Uthaiyashankar reassigned RAMPARTC-66:
----------------------------------------

    Assignee: S.Uthaiyashankar  (was: Glen Daniels)

> decrypted data cannot be deserialized, if namespace is defined in soap envelope element
> ---------------------------------------------------------------------------------------
>
>                 Key: RAMPARTC-66
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-66
>             Project: Rampart/C
>          Issue Type: Bug
>          Components: OMXMLSecurity
>    Affects Versions: 1.2.0
>            Reporter: Lukas JOSEFIK
>            Assignee: S.Uthaiyashankar
>
> In example below, if content of body is encrypted, then oxs_axiom_deserialize_node fails with 
> invalid data , Building node failed
> encryption failed , Cannot deserialize a node from the content.
> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:x0="http://example.org/x">
> <SOAP-ENV:Body>
> 	<m:a xmlns:m="http://example.org/m">
> 		<x0:B>
> 		</x0:B>
> 	</m:a>
> </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
> No problem with following 
> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
> <SOAP-ENV:Body>
> 	<m:a xmlns:m="http://example.org/m" xmlns:x0="http://example.org/x">
> 		<x0:B>
> 		</x0:B>
> 	</m:a>
> </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>

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