- From: Yasir Khan <Yasir.Khan@Ascertia.Com>
- Date: Wed, 30 Apr 2003 15:16:31 +0500
- To: "Hallam-Baker, Phillip" <pbaker@verisign.com>
- Cc: <www-xkms@w3.org>
Received on Wednesday, 30 April 2003 06:19:47 UTC
Hi,
I am going through the latest XKMS document. In section 2.5.2 it is described:
..........
Service generation of the Pending Response Message
RequestID is set to the value of Id in the Pending request message
Nonce is not present
ResponseID is set to a randomly generated unique value
..........
I think in corresponding example the values are not given correctly:
2.5.3.4 Pending Request
<?xml version="1.0" encoding="utf-8"?>
<PendingRequest Id="I4294d3993de300c1ef54d49bd0903b2d"
Service="http://test.xmltrustcenter.org/XKMS"
OriginalRequestId="#I1221aaad701f0aacc65444c9bb93a7c0"
xmlns="http://www.w3.org/2002/03/xkms#" />
2.5.3.5 Response
<?xml version="1.0" encoding="utf-8"?>
<LocateResult Id="If91f068062d27f8f5892df0de3bb18aa"
Service="http://test.xmltrustcenter.org/XKMS" ResultMajor="Success"
RequestId="#Idbdf93883e29a3f1f505d6fe9d0c5979"
xmlns="http://www.w3.org/2002/03/xkms#" />
In 2.5.3.5 Response the value of RequestId should be "#I4294d3993de300c1ef54d49bd0903b2d" according to the specification.
Also I couldn't understand the logic of putting '#' before the Id values in XKMS Response.
Best Regards,
Yasir Khan
Received on Wednesday, 30 April 2003 06:19:47 UTC