Приложение В
(справочное)
ГОСТ ISO/1EC 24824-3—2013
Подписанный инфо-набор SOAP сообщений
<soap:Envelope xmlns:soap=«...» xmlns:wsse=«...» xmlns:wsu=«...» xmlns:ds=«...»>
<soap:Header>
<wsse:Security>
<wsse:BinarySecurityToken wsu:ld=«X509Token»
ValueType=«...#X509v3*>
</wsse:BinarySecurityToken>
<ds:Signature>
<ds:Signedlnfo>
<ds:CanonicalizationMethod
Algorithm=«urn:fastinfoset:c14n:exclusive»>
<c14n:lnclusiveNamespaces PrefixList=’wsse soap’ xmlns:c14n=«...»/>
<;’ds:CanonicalizationMethod>
<ds:SignatureMethod
Algorithms*
http://www.w3.org/2000/09/xmldsigersa-sha1»/>
<ds:Reference URI=«#TheBodyi*>
<ds:Transforms>
<ds:Transform
Algorithm=eum:fastinfoset:c14n:exclusive»>
<c14n:lnclusiveNamespaces PrefixList=" xmlns:c14n=«...»/>
</ds:Transform>
</ds:Transforms>
<ds:DlgestMethod
Algorithm=«
http://www.w3.org/2000/09/xmldsig#sha1»/>
<ds:DigestValue>...</ds:DigestValue>
</ds:Reference>
</ds:Signedlnfo>
<ds:SignatureValue>...</ds:SignatureValue>
<ds:Key1nfo>
<wsse:SecurityTokenReference>
<wsse:Reference URI=«#X509Token»/>
</wsse:SecurityTokenReference>
</ds:Keytnfo>
</ds:Signature>
</wsse:Security>
</soap:Header>
<soap:Body wsu:ld=«TheBody»>
<n:payment xmlns:n=«...»>1000</n:payment>
</soap:Body>
</soap:Envelope>
13