summaryrefslogtreecommitdiff
path: root/tests/aleksey-xkms-01/soap11-locate-example-1.xml
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-13 12:30:55 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-13 12:30:55 -0800
commitf251dedaa31b48f7c05a4b53c112b40ebca890ef (patch)
treed6c78a1b273417506edb030c96772c8459f5831e /tests/aleksey-xkms-01/soap11-locate-example-1.xml
downloadxmlsec1-f251dedaa31b48f7c05a4b53c112b40ebca890ef.tar.gz
xmlsec1-f251dedaa31b48f7c05a4b53c112b40ebca890ef.tar.bz2
xmlsec1-f251dedaa31b48f7c05a4b53c112b40ebca890ef.zip
Imported Upstream version 1.2.18upstream/1.2.18
Diffstat (limited to 'tests/aleksey-xkms-01/soap11-locate-example-1.xml')
-rw-r--r--tests/aleksey-xkms-01/soap11-locate-example-1.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/aleksey-xkms-01/soap11-locate-example-1.xml b/tests/aleksey-xkms-01/soap11-locate-example-1.xml
new file mode 100644
index 00000000..67213ffd
--- /dev/null
+++ b/tests/aleksey-xkms-01/soap11-locate-example-1.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
+ <env:Body>
+ <LocateRequest xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
+ xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"
+ xmlns="http://www.w3.org/2002/03/xkms#"
+ Id="I94d1048aa24259465d7271cb4433dbb4"
+ Service="http://www.example.com/xkms">
+ <RespondWith>KeyName</RespondWith>
+ <RespondWith>KeyValue</RespondWith>
+ <RespondWith>X509Cert</RespondWith>
+ <RespondWith>X509Chain</RespondWith>
+ <RespondWith>PGPWeb</RespondWith>
+ <RespondWith>PGP</RespondWith>
+ <RespondWith>Multiple</RespondWith>
+ <QueryKeyBinding>
+ <KeyUsage>Encryption</KeyUsage>
+ <UseKeyWith Application="urn:ietf:rfc:2440" Identifier="bob@bobcorp.test"/>
+ <UseKeyWith Application="urn:ietf:rfc:2633" Identifier="bob@bobcorp.test"/>
+ </QueryKeyBinding>
+ </LocateRequest>
+ </env:Body>
+</env:Envelope>