LogNISTEventRequest
    
    
    
    Permission:LogNISTEventRequest
    
    
    
    
        
            
                | Exception | 
                Severity | 
                Code | 
                Condition | 
            
        
     
 
    
    
        
        
            The following is an XML example of the LogNISTEventRequest 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:LogNISTEventRequest" xmlns:a="http://schemas.gallup.com/oms/2010/10/Logging">
        <a:ResourceType>OmsWebApplication</a:ResourceType>
        <a:EventType>UserSessionLogout</a:EventType>
        <a:Username>MyUsername</a:Username>
        <a:IPAddress>1.0.0.0</a:IPAddress>
      </ns:request>
    </ns:Log>
  </soapenv:Body>
</soapenv:Envelope>