4.1.4 Commit Response Message
If the Commit message is verified without error, the device returns a CommitResponse SOAP response message to the control point. The following example demonstrates a CommitResponse message where the <DeviceValidateAuthenticator> element is encoded in a MIME base64 format:
-
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <s:Body> <u:CommitResponse xmlns:u="urn:schemas-microsoft-com:service:mstrustagreement:1"> <DeviceValidateAuthenticator> 9x7dIZOLWXOqLlmrlSAOVn1NNZ8= </DeviceValidateAuthenticator> </u:CommitResponse> </s:Body> </s:Envelope>