Skip to main content

XMLContent CDATA not in result

Portal Admin
Published on: 15/04/2009 Discussion Archived

Request:
<?xml version="1.0" encoding="UTF-8"?>
<sl:CreateXMLSignatureRequest xmlns:sl="http://www.buergerkarte.at/namespaces/securitylayer/1.2#">
<sl:KeyboxIdentifier>SecureSignatureKeypair</sl:KeyboxIdentifier>
<sl:DataObjectInfo Structure="enveloping">
<sl:DataObject>
<sl:XMLContent><![CDATA[&]]></sl:XMLContent>
</sl:DataObject>
<sl:TransformsInfo>
<sl:FinalDataMetaInfo>
<sl:MimeType>text/plain;charset=UTF-8</sl:MimeType>
</sl:FinalDataMetaInfo>
</sl:TransformsInfo>
</sl:DataObjectInfo>
</sl:CreateXMLSignatureRequest>

The data referenced in the result:

<dsig:Object Id="Object-b85b8c06-1">&</dsig:Object>



HardwareAll
ProductOSF/1
Operating SystemAll
ComponentBKUCommon
Severitymajor
ResolutionOSF/1
VersionOSF/1

Category

Bugs

Comments

Anonymous (not verified) Wed, 15/04/2009 - 10:26
Copy&Paste error, of course the result data looks like following: <dsig:Object Id="Object-28cf1c75-1">&amp;</dsig:Object>
Login or create an account to comment.