diff options
Diffstat (limited to 'BKUOnline/src/main/webapp')
-rw-r--r-- | BKUOnline/src/main/webapp/SLRequestForm.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BKUOnline/src/main/webapp/SLRequestForm.html b/BKUOnline/src/main/webapp/SLRequestForm.html index 24a88a1e..2de652a7 100644 --- a/BKUOnline/src/main/webapp/SLRequestForm.html +++ b/BKUOnline/src/main/webapp/SLRequestForm.html @@ -83,8 +83,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:DataObjectInfo Structure="detached"> + <sl:DataObject Reference="test.txt"> <sl:XMLContent>Ich bin ein einfacher Text.</sl:XMLContent> </sl:DataObject> <sl:TransformsInfo> |