Git init
[external/xmlsec1.git] / tests / aleksey-xkms-01 / soap12-locate-example-1.xml
1 <?xml version="1.0"?>
2 <env:Envelope xmlns:env="http://www.w3.org/2002/06/soap-envelope">
3   <env:Body>
4     <LocateRequest xmlns:ds="http://www.w3.org/2000/09/xmldsig#" 
5                    xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"
6                    xmlns="http://www.w3.org/2002/03/xkms#" 
7                    Id="I94d1048aa24259465d7271cb4433dbb4" 
8                    Service="http://www.example.com/xkms">
9       <RespondWith>KeyName</RespondWith>
10       <RespondWith>KeyValue</RespondWith>
11       <RespondWith>X509Cert</RespondWith>
12       <RespondWith>X509Chain</RespondWith>
13       <RespondWith>PGPWeb</RespondWith>
14       <RespondWith>PGP</RespondWith>
15       <RespondWith>Multiple</RespondWith>
16       <QueryKeyBinding>
17         <KeyUsage>Encryption</KeyUsage>
18         <UseKeyWith Application="urn:ietf:rfc:2440" Identifier="bob@bobcorp.test"/>
19         <UseKeyWith Application="urn:ietf:rfc:2633" Identifier="bob@bobcorp.test"/>
20       </QueryKeyBinding>
21     </LocateRequest>
22   </env:Body>
23 </env:Envelope>