LogPermissionEventRequest
Exceptions
| Exception | Severity | Code | Condition | 
|---|
Examples
The following is an XML example of the LogPermissionEventRequest sent to the Logging.Log method.
<soapenv:Envelope xmlns:ns="http://schemas.gallup.com/oms/2010/10/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header />
  <soapenv:Body>
    <ns:Log xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
      <ns:request i:type="a:LogPermissionEventRequest" xmlns:a="http://schemas.gallup.com/oms/2010/10/Logging">
        <a:Events i:nil="true" xmlns:b="http://schemas.gallup.com/oms/2010/10/Models" />
      </ns:request>
    </ns:Log>
  </soapenv:Body>
</soapenv:Envelope>