Re: SOAP Faults in XKMS

> <env:Envelope xmlns:env="http://www.w3.org/2002/06/soap-envelope">
>  <env:Body>
>   <env:Fault>
>     <env:Code>
>       <env:Value>env:Sender</env:Value>
>       <env:Subcode>
>         <env:Value>xkms:MessageNotSupported</env:Value>

Those value elements are defined -- by SOAP -- to be QNAME's,
i.e., names with a namespace prefix.  You are correct that
the examples are wrong, because an "xmlns:xkms" declaration
is not in-scope.

(The pro's and con's of using QNAME's we can discuss elsewhere.:)
        /r$

--
Rich Salz                  Chief Security Architect
DataPower Technology       http://www.datapower.com
XS40 XML Security Gateway  http://www.datapower.com/products/xs40.html
XML Security Overview      http://www.datapower.com/xmldev/xmlsecurity.html

Received on Wednesday, 8 October 2003 10:51:09 UTC