July 2002
Intermediate to advanced
560 pages
11h 10m
English
XKMS makes heavy use of a variety of elements from XML Digital Signature. For the additional structures it defines, all values are sent as element data.
Some common data elements are described in this section.
You use ResultCode—an enumerated type—to return result codes.
<simpleType name="ResultCode">
<restriction base="string">
<enumeration value="Success"/>
<enumeration value="NoMatch"/>
<enumeration value="Incomplete"/>
<enumeration value="Failure"/>
<enumeration value="Refused"/>
<enumeration value="Pending"/>
</restriction>
</simpleType>
“NoMatch” means the search prototype could not be found.
“Incomplete” means that only part of the requested information could be provided.
“Failure” does not ...
Read now
Unlock full access