Git init
[external/xmlsec1.git] / tests / aleksey-xmldsig-01 / dtd-hmac-91.tmpl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/07/secext"><SOAP:Header><wsse:Security><Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
3 <SignedInfo>
4   <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
5   <SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#hmac-sha1">
6     <HMACOutputLength>91</HMACOutputLength>
7   </SignatureMethod>
8   <Reference URI="#Body">
9     <Transforms>
10       <Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
11     </Transforms>
12     <DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
13     <DigestValue></DigestValue>
14   </Reference>
15 </SignedInfo>
16     <SignatureValue></SignatureValue><KeyInfo><KeyName>name:KEY</KeyName></KeyInfo></Signature></wsse:Security></SOAP:Header><SOAP:Body id="Body">
17 <echo xmlns="http://www.example.org">
18 this
19 is
20 a
21 test
22 of
23 echoing
24 simple-91
25 </echo>
26 </SOAP:Body></SOAP:Envelope>
27