IFIncidentService


Click here for a complete list of operations.

GetIncidents

Returns an Array of all incidents of a give incidentType within the lat/lon bounding box described by the parameters.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
userToken:
minLongitude:
maxLatitude:
maxLongitude:
minLatitude:
incidentType:
incidentStatus:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /webservices/IFIncidentService.asmx HTTP/1.1
Host: www.streetlightoutages.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.ifactorconsulting.com/webservices/GetIncidents"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetIncidents xmlns="http://www.ifactorconsulting.com/webservices">
      <userToken>string</userToken>
      <minLongitude>float</minLongitude>
      <maxLatitude>float</maxLatitude>
      <maxLongitude>float</maxLongitude>
      <minLatitude>float</minLatitude>
      <incidentType>streetlight or pothole or hydrant</incidentType>
      <incidentStatus>reported or reported_rejected or confirmed or resolved or closed or in_progress</incidentStatus>
    </GetIncidents>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetIncidentsResponse xmlns="http://www.ifactorconsulting.com/webservices">
      <GetIncidentsResult>
        <incident>
          <dbID>int</dbID>
          <assettypedbID>int</assettypedbID>
          <latitude>double</latitude>
          <longitude>double</longitude>
          <jsondata>string</jsondata>
          <userdbID>int</userdbID>
          <statustypedbID>int</statustypedbID>
          <customerID>string</customerID>
          <organizationdbID>int</organizationdbID>
          <assetdbID>int</assetdbID>
          <report_result>string</report_result>
          <creation_time>dateTime</creation_time>
          <assettype>
            <dbID>int</dbID>
            <name>string</name>
            <assets xsi:nil="true" />
            <organizationincidentreporthtmls xsi:nil="true" />
            <organizationassetdisplayxsls xsi:nil="true" />
            <organizationincidentdisplayxsls xsi:nil="true" />
            <incidents xsi:nil="true" />
          </assettype>
          <organization>
            <dbID>int</dbID>
            <fullname>string</fullname>
            <organizationname>string</organizationname>
            <configuration>string</configuration>
            <domains>string</domains>
            <incidentNotificationEmailList>string</incidentNotificationEmailList>
            <incidentNotificationURL>string</incidentNotificationURL>
            <assets xsi:nil="true" />
            <organizationincidentreporthtmls xsi:nil="true" />
            <organizationtrusts xsi:nil="true" />
            <organizationtrusts1 xsi:nil="true" />
            <transactions xsi:nil="true" />
            <users xsi:nil="true" />
            <organizationassetdisplayxsls xsi:nil="true" />
            <organizationincidentdisplayxsls xsi:nil="true" />
            <incidents xsi:nil="true" />
            <statustypesorganizations xsi:nil="true" />
            <organizationemailxsl xsi:nil="true" />
          </organization>
          <user>
            <dbID>int</dbID>
            <username>string</username>
            <encryptedPassword>string</encryptedPassword>
            <firstname>string</firstname>
            <lastname>string</lastname>
            <email>string</email>
            <phone>string</phone>
            <organizationdbID>int</organizationdbID>
            <sourcemetadatas xsi:nil="true" />
            <transactions xsi:nil="true" />
            <usersrights xsi:nil="true" />
            <incidents xsi:nil="true" />
            <organization xsi:nil="true" />
          </user>
          <statustype>
            <dbID>int</dbID>
            <name>string</name>
            <displayname>string</displayname>
            <incidents xsi:nil="true" />
            <statustypesorganizations xsi:nil="true" />
          </statustype>
        </incident>
        <incident>
          <dbID>int</dbID>
          <assettypedbID>int</assettypedbID>
          <latitude>double</latitude>
          <longitude>double</longitude>
          <jsondata>string</jsondata>
          <userdbID>int</userdbID>
          <statustypedbID>int</statustypedbID>
          <customerID>string</customerID>
          <organizationdbID>int</organizationdbID>
          <assetdbID>int</assetdbID>
          <report_result>string</report_result>
          <creation_time>dateTime</creation_time>
          <assettype>
            <dbID>int</dbID>
            <name>string</name>
            <assets xsi:nil="true" />
            <organizationincidentreporthtmls xsi:nil="true" />
            <organizationassetdisplayxsls xsi:nil="true" />
            <organizationincidentdisplayxsls xsi:nil="true" />
            <incidents xsi:nil="true" />
          </assettype>
          <organization>
            <dbID>int</dbID>
            <fullname>string</fullname>
            <organizationname>string</organizationname>
            <configuration>string</configuration>
            <domains>string</domains>
            <incidentNotificationEmailList>string</incidentNotificationEmailList>
            <incidentNotificationURL>string</incidentNotificationURL>
            <assets xsi:nil="true" />
            <organizationincidentreporthtmls xsi:nil="true" />
            <organizationtrusts xsi:nil="true" />
            <organizationtrusts1 xsi:nil="true" />
            <transactions xsi:nil="true" />
            <users xsi:nil="true" />
            <organizationassetdisplayxsls xsi:nil="true" />
            <organizationincidentdisplayxsls xsi:nil="true" />
            <incidents xsi:nil="true" />
            <statustypesorganizations xsi:nil="true" />
            <organizationemailxsl xsi:nil="true" />
          </organization>
          <user>
            <dbID>int</dbID>
            <username>string</username>
            <encryptedPassword>string</encryptedPassword>
            <firstname>string</firstname>
            <lastname>string</lastname>
            <email>string</email>
            <phone>string</phone>
            <organizationdbID>int</organizationdbID>
            <sourcemetadatas xsi:nil="true" />
            <transactions xsi:nil="true" />
            <usersrights xsi:nil="true" />
            <incidents xsi:nil="true" />
            <organization xsi:nil="true" />
          </user>
          <statustype>
            <dbID>int</dbID>
            <name>string</name>
            <displayname>string</displayname>
            <incidents xsi:nil="true" />
            <statustypesorganizations xsi:nil="true" />
          </statustype>
        </incident>
      </GetIncidentsResult>
    </GetIncidentsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /webservices/IFIncidentService.asmx HTTP/1.1
Host: www.streetlightoutages.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetIncidents xmlns="http://www.ifactorconsulting.com/webservices">
      <userToken>string</userToken>
      <minLongitude>float</minLongitude>
      <maxLatitude>float</maxLatitude>
      <maxLongitude>float</maxLongitude>
      <minLatitude>float</minLatitude>
      <incidentType>streetlight or pothole or hydrant</incidentType>
      <incidentStatus>reported or reported_rejected or confirmed or resolved or closed or in_progress</incidentStatus>
    </GetIncidents>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetIncidentsResponse xmlns="http://www.ifactorconsulting.com/webservices">
      <GetIncidentsResult>
        <incident>
          <dbID>int</dbID>
          <assettypedbID>int</assettypedbID>
          <latitude>double</latitude>
          <longitude>double</longitude>
          <jsondata>string</jsondata>
          <userdbID>int</userdbID>
          <statustypedbID>int</statustypedbID>
          <customerID>string</customerID>
          <organizationdbID>int</organizationdbID>
          <assetdbID>int</assetdbID>
          <report_result>string</report_result>
          <creation_time>dateTime</creation_time>
          <assettype>
            <dbID>int</dbID>
            <name>string</name>
            <assets xsi:nil="true" />
            <organizationincidentreporthtmls xsi:nil="true" />
            <organizationassetdisplayxsls xsi:nil="true" />
            <organizationincidentdisplayxsls xsi:nil="true" />
            <incidents xsi:nil="true" />
          </assettype>
          <organization>
            <dbID>int</dbID>
            <fullname>string</fullname>
            <organizationname>string</organizationname>
            <configuration>string</configuration>
            <domains>string</domains>
            <incidentNotificationEmailList>string</incidentNotificationEmailList>
            <incidentNotificationURL>string</incidentNotificationURL>
            <assets xsi:nil="true" />
            <organizationincidentreporthtmls xsi:nil="true" />
            <organizationtrusts xsi:nil="true" />
            <organizationtrusts1 xsi:nil="true" />
            <transactions xsi:nil="true" />
            <users xsi:nil="true" />
            <organizationassetdisplayxsls xsi:nil="true" />
            <organizationincidentdisplayxsls xsi:nil="true" />
            <incidents xsi:nil="true" />
            <statustypesorganizations xsi:nil="true" />
            <organizationemailxsl xsi:nil="true" />
          </organization>
          <user>
            <dbID>int</dbID>
            <username>string</username>
            <encryptedPassword>string</encryptedPassword>
            <firstname>string</firstname>
            <lastname>string</lastname>
            <email>string</email>
            <phone>string</phone>
            <organizationdbID>int</organizationdbID>
            <sourcemetadatas xsi:nil="true" />
            <transactions xsi:nil="true" />
            <usersrights xsi:nil="true" />
            <incidents xsi:nil="true" />
            <organization xsi:nil="true" />
          </user>
          <statustype>
            <dbID>int</dbID>
            <name>string</name>
            <displayname>string</displayname>
            <incidents xsi:nil="true" />
            <statustypesorganizations xsi:nil="true" />
          </statustype>
        </incident>
        <incident>
          <dbID>int</dbID>
          <assettypedbID>int</assettypedbID>
          <latitude>double</latitude>
          <longitude>double</longitude>
          <jsondata>string</jsondata>
          <userdbID>int</userdbID>
          <statustypedbID>int</statustypedbID>
          <customerID>string</customerID>
          <organizationdbID>int</organizationdbID>
          <assetdbID>int</assetdbID>
          <report_result>string</report_result>
          <creation_time>dateTime</creation_time>
          <assettype>
            <dbID>int</dbID>
            <name>string</name>
            <assets xsi:nil="true" />
            <organizationincidentreporthtmls xsi:nil="true" />
            <organizationassetdisplayxsls xsi:nil="true" />
            <organizationincidentdisplayxsls xsi:nil="true" />
            <incidents xsi:nil="true" />
          </assettype>
          <organization>
            <dbID>int</dbID>
            <fullname>string</fullname>
            <organizationname>string</organizationname>
            <configuration>string</configuration>
            <domains>string</domains>
            <incidentNotificationEmailList>string</incidentNotificationEmailList>
            <incidentNotificationURL>string</incidentNotificationURL>
            <assets xsi:nil="true" />
            <organizationincidentreporthtmls xsi:nil="true" />
            <organizationtrusts xsi:nil="true" />
            <organizationtrusts1 xsi:nil="true" />
            <transactions xsi:nil="true" />
            <users xsi:nil="true" />
            <organizationassetdisplayxsls xsi:nil="true" />
            <organizationincidentdisplayxsls xsi:nil="true" />
            <incidents xsi:nil="true" />
            <statustypesorganizations xsi:nil="true" />
            <organizationemailxsl xsi:nil="true" />
          </organization>
          <user>
            <dbID>int</dbID>
            <username>string</username>
            <encryptedPassword>string</encryptedPassword>
            <firstname>string</firstname>
            <lastname>string</lastname>
            <email>string</email>
            <phone>string</phone>
            <organizationdbID>int</organizationdbID>
            <sourcemetadatas xsi:nil="true" />
            <transactions xsi:nil="true" />
            <usersrights xsi:nil="true" />
            <incidents xsi:nil="true" />
            <organization xsi:nil="true" />
          </user>
          <statustype>
            <dbID>int</dbID>
            <name>string</name>
            <displayname>string</displayname>
            <incidents xsi:nil="true" />
            <statustypesorganizations xsi:nil="true" />
          </statustype>
        </incident>
      </GetIncidentsResult>
    </GetIncidentsResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /webservices/IFIncidentService.asmx/GetIncidents?userToken=string&minLongitude=string&maxLatitude=string&maxLongitude=string&minLatitude=string&incidentType=string&incidentStatus=string HTTP/1.1
Host: www.streetlightoutages.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfIncident xmlns="http://www.ifactorconsulting.com/webservices">
  <incident>
    <dbID>int</dbID>
    <assettypedbID>int</assettypedbID>
    <latitude>double</latitude>
    <longitude>double</longitude>
    <jsondata>string</jsondata>
    <userdbID>int</userdbID>
    <statustypedbID>int</statustypedbID>
    <customerID>string</customerID>
    <organizationdbID>int</organizationdbID>
    <assetdbID>int</assetdbID>
    <report_result>string</report_result>
    <creation_time>dateTime</creation_time>
    <assettype>
      <dbID>int</dbID>
      <name>string</name>
      <assets>
        <asset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <asset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </assets>
      <organizationincidentreporthtmls>
        <organizationincidentreporthtml d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentreporthtml d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationincidentreporthtmls>
      <organizationassetdisplayxsls>
        <organizationassetdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationassetdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationassetdisplayxsls>
      <organizationincidentdisplayxsls>
        <organizationincidentdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationincidentdisplayxsls>
      <incidents>
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </incidents>
    </assettype>
    <organization>
      <dbID>int</dbID>
      <fullname>string</fullname>
      <organizationname>string</organizationname>
      <configuration>string</configuration>
      <domains>string</domains>
      <incidentNotificationEmailList>string</incidentNotificationEmailList>
      <incidentNotificationURL>string</incidentNotificationURL>
      <assets>
        <asset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <asset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </assets>
      <organizationincidentreporthtmls>
        <organizationincidentreporthtml d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentreporthtml d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationincidentreporthtmls>
      <organizationtrusts>
        <organizationtrust d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationtrust d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationtrusts>
      <organizationtrusts1>
        <organizationtrust d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationtrust d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationtrusts1>
      <transactions>
        <transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </transactions>
      <users>
        <user d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <user d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </users>
      <organizationassetdisplayxsls>
        <organizationassetdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationassetdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationassetdisplayxsls>
      <organizationincidentdisplayxsls>
        <organizationincidentdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationincidentdisplayxsls>
      <incidents>
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </incidents>
      <statustypesorganizations>
        <statustypesorganization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <statustypesorganization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </statustypesorganizations>
      <organizationemailxsl>
        <organizationdbID>int</organizationdbID>
        <xsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationemailxsl>
    </organization>
    <user>
      <dbID>int</dbID>
      <username>string</username>
      <encryptedPassword>string</encryptedPassword>
      <firstname>string</firstname>
      <lastname>string</lastname>
      <email>string</email>
      <phone>string</phone>
      <organizationdbID>int</organizationdbID>
      <sourcemetadatas>
        <sourcemetadata d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <sourcemetadata d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </sourcemetadatas>
      <transactions>
        <transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </transactions>
      <usersrights>
        <usersright d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <usersright d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </usersrights>
      <incidents>
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </incidents>
      <organization>
        <dbID>int</dbID>
        <fullname>string</fullname>
        <organizationname>string</organizationname>
        <configuration>string</configuration>
        <domains>string</domains>
        <incidentNotificationEmailList>string</incidentNotificationEmailList>
        <incidentNotificationURL>string</incidentNotificationURL>
        <assets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentreporthtmls d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationtrusts d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationtrusts1 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <transactions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <users d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationassetdisplayxsls d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentdisplayxsls d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incidents d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <statustypesorganizations d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationemailxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organization>
    </user>
    <statustype>
      <dbID>int</dbID>
      <name>string</name>
      <displayname>string</displayname>
      <incidents>
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </incidents>
      <statustypesorganizations>
        <statustypesorganization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <statustypesorganization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </statustypesorganizations>
    </statustype>
  </incident>
  <incident>
    <dbID>int</dbID>
    <assettypedbID>int</assettypedbID>
    <latitude>double</latitude>
    <longitude>double</longitude>
    <jsondata>string</jsondata>
    <userdbID>int</userdbID>
    <statustypedbID>int</statustypedbID>
    <customerID>string</customerID>
    <organizationdbID>int</organizationdbID>
    <assetdbID>int</assetdbID>
    <report_result>string</report_result>
    <creation_time>dateTime</creation_time>
    <assettype>
      <dbID>int</dbID>
      <name>string</name>
      <assets>
        <asset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <asset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </assets>
      <organizationincidentreporthtmls>
        <organizationincidentreporthtml d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentreporthtml d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationincidentreporthtmls>
      <organizationassetdisplayxsls>
        <organizationassetdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationassetdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationassetdisplayxsls>
      <organizationincidentdisplayxsls>
        <organizationincidentdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationincidentdisplayxsls>
      <incidents>
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </incidents>
    </assettype>
    <organization>
      <dbID>int</dbID>
      <fullname>string</fullname>
      <organizationname>string</organizationname>
      <configuration>string</configuration>
      <domains>string</domains>
      <incidentNotificationEmailList>string</incidentNotificationEmailList>
      <incidentNotificationURL>string</incidentNotificationURL>
      <assets>
        <asset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <asset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </assets>
      <organizationincidentreporthtmls>
        <organizationincidentreporthtml d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentreporthtml d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationincidentreporthtmls>
      <organizationtrusts>
        <organizationtrust d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationtrust d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationtrusts>
      <organizationtrusts1>
        <organizationtrust d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationtrust d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationtrusts1>
      <transactions>
        <transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </transactions>
      <users>
        <user d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <user d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </users>
      <organizationassetdisplayxsls>
        <organizationassetdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationassetdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationassetdisplayxsls>
      <organizationincidentdisplayxsls>
        <organizationincidentdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationincidentdisplayxsls>
      <incidents>
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </incidents>
      <statustypesorganizations>
        <statustypesorganization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <statustypesorganization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </statustypesorganizations>
      <organizationemailxsl>
        <organizationdbID>int</organizationdbID>
        <xsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationemailxsl>
    </organization>
    <user>
      <dbID>int</dbID>
      <username>string</username>
      <encryptedPassword>string</encryptedPassword>
      <firstname>string</firstname>
      <lastname>string</lastname>
      <email>string</email>
      <phone>string</phone>
      <organizationdbID>int</organizationdbID>
      <sourcemetadatas>
        <sourcemetadata d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <sourcemetadata d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </sourcemetadatas>
      <transactions>
        <transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </transactions>
      <usersrights>
        <usersright d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <usersright d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </usersrights>
      <incidents>
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </incidents>
      <organization>
        <dbID>int</dbID>
        <fullname>string</fullname>
        <organizationname>string</organizationname>
        <configuration>string</configuration>
        <domains>string</domains>
        <incidentNotificationEmailList>string</incidentNotificationEmailList>
        <incidentNotificationURL>string</incidentNotificationURL>
        <assets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentreporthtmls d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationtrusts d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationtrusts1 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <transactions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <users d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationassetdisplayxsls d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentdisplayxsls d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incidents d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <statustypesorganizations d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationemailxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organization>
    </user>
    <statustype>
      <dbID>int</dbID>
      <name>string</name>
      <displayname>string</displayname>
      <incidents>
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </incidents>
      <statustypesorganizations>
        <statustypesorganization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <statustypesorganization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </statustypesorganizations>
    </statustype>
  </incident>
</ArrayOfIncident>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /webservices/IFIncidentService.asmx/GetIncidents HTTP/1.1
Host: www.streetlightoutages.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

userToken=string&minLongitude=string&maxLatitude=string&maxLongitude=string&minLatitude=string&incidentType=string&incidentStatus=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfIncident xmlns="http://www.ifactorconsulting.com/webservices">
  <incident>
    <dbID>int</dbID>
    <assettypedbID>int</assettypedbID>
    <latitude>double</latitude>
    <longitude>double</longitude>
    <jsondata>string</jsondata>
    <userdbID>int</userdbID>
    <statustypedbID>int</statustypedbID>
    <customerID>string</customerID>
    <organizationdbID>int</organizationdbID>
    <assetdbID>int</assetdbID>
    <report_result>string</report_result>
    <creation_time>dateTime</creation_time>
    <assettype>
      <dbID>int</dbID>
      <name>string</name>
      <assets>
        <asset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <asset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </assets>
      <organizationincidentreporthtmls>
        <organizationincidentreporthtml d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentreporthtml d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationincidentreporthtmls>
      <organizationassetdisplayxsls>
        <organizationassetdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationassetdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationassetdisplayxsls>
      <organizationincidentdisplayxsls>
        <organizationincidentdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationincidentdisplayxsls>
      <incidents>
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </incidents>
    </assettype>
    <organization>
      <dbID>int</dbID>
      <fullname>string</fullname>
      <organizationname>string</organizationname>
      <configuration>string</configuration>
      <domains>string</domains>
      <incidentNotificationEmailList>string</incidentNotificationEmailList>
      <incidentNotificationURL>string</incidentNotificationURL>
      <assets>
        <asset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <asset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </assets>
      <organizationincidentreporthtmls>
        <organizationincidentreporthtml d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentreporthtml d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationincidentreporthtmls>
      <organizationtrusts>
        <organizationtrust d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationtrust d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationtrusts>
      <organizationtrusts1>
        <organizationtrust d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationtrust d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationtrusts1>
      <transactions>
        <transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </transactions>
      <users>
        <user d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <user d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </users>
      <organizationassetdisplayxsls>
        <organizationassetdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationassetdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationassetdisplayxsls>
      <organizationincidentdisplayxsls>
        <organizationincidentdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationincidentdisplayxsls>
      <incidents>
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </incidents>
      <statustypesorganizations>
        <statustypesorganization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <statustypesorganization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </statustypesorganizations>
      <organizationemailxsl>
        <organizationdbID>int</organizationdbID>
        <xsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationemailxsl>
    </organization>
    <user>
      <dbID>int</dbID>
      <username>string</username>
      <encryptedPassword>string</encryptedPassword>
      <firstname>string</firstname>
      <lastname>string</lastname>
      <email>string</email>
      <phone>string</phone>
      <organizationdbID>int</organizationdbID>
      <sourcemetadatas>
        <sourcemetadata d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <sourcemetadata d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </sourcemetadatas>
      <transactions>
        <transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </transactions>
      <usersrights>
        <usersright d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <usersright d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </usersrights>
      <incidents>
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </incidents>
      <organization>
        <dbID>int</dbID>
        <fullname>string</fullname>
        <organizationname>string</organizationname>
        <configuration>string</configuration>
        <domains>string</domains>
        <incidentNotificationEmailList>string</incidentNotificationEmailList>
        <incidentNotificationURL>string</incidentNotificationURL>
        <assets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentreporthtmls d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationtrusts d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationtrusts1 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <transactions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <users d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationassetdisplayxsls d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentdisplayxsls d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incidents d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <statustypesorganizations d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationemailxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organization>
    </user>
    <statustype>
      <dbID>int</dbID>
      <name>string</name>
      <displayname>string</displayname>
      <incidents>
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </incidents>
      <statustypesorganizations>
        <statustypesorganization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <statustypesorganization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </statustypesorganizations>
    </statustype>
  </incident>
  <incident>
    <dbID>int</dbID>
    <assettypedbID>int</assettypedbID>
    <latitude>double</latitude>
    <longitude>double</longitude>
    <jsondata>string</jsondata>
    <userdbID>int</userdbID>
    <statustypedbID>int</statustypedbID>
    <customerID>string</customerID>
    <organizationdbID>int</organizationdbID>
    <assetdbID>int</assetdbID>
    <report_result>string</report_result>
    <creation_time>dateTime</creation_time>
    <assettype>
      <dbID>int</dbID>
      <name>string</name>
      <assets>
        <asset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <asset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </assets>
      <organizationincidentreporthtmls>
        <organizationincidentreporthtml d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentreporthtml d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationincidentreporthtmls>
      <organizationassetdisplayxsls>
        <organizationassetdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationassetdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationassetdisplayxsls>
      <organizationincidentdisplayxsls>
        <organizationincidentdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationincidentdisplayxsls>
      <incidents>
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </incidents>
    </assettype>
    <organization>
      <dbID>int</dbID>
      <fullname>string</fullname>
      <organizationname>string</organizationname>
      <configuration>string</configuration>
      <domains>string</domains>
      <incidentNotificationEmailList>string</incidentNotificationEmailList>
      <incidentNotificationURL>string</incidentNotificationURL>
      <assets>
        <asset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <asset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </assets>
      <organizationincidentreporthtmls>
        <organizationincidentreporthtml d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentreporthtml d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationincidentreporthtmls>
      <organizationtrusts>
        <organizationtrust d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationtrust d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationtrusts>
      <organizationtrusts1>
        <organizationtrust d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationtrust d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationtrusts1>
      <transactions>
        <transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </transactions>
      <users>
        <user d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <user d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </users>
      <organizationassetdisplayxsls>
        <organizationassetdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationassetdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationassetdisplayxsls>
      <organizationincidentdisplayxsls>
        <organizationincidentdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentdisplayxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationincidentdisplayxsls>
      <incidents>
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </incidents>
      <statustypesorganizations>
        <statustypesorganization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <statustypesorganization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </statustypesorganizations>
      <organizationemailxsl>
        <organizationdbID>int</organizationdbID>
        <xsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organizationemailxsl>
    </organization>
    <user>
      <dbID>int</dbID>
      <username>string</username>
      <encryptedPassword>string</encryptedPassword>
      <firstname>string</firstname>
      <lastname>string</lastname>
      <email>string</email>
      <phone>string</phone>
      <organizationdbID>int</organizationdbID>
      <sourcemetadatas>
        <sourcemetadata d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <sourcemetadata d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </sourcemetadatas>
      <transactions>
        <transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </transactions>
      <usersrights>
        <usersright d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <usersright d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </usersrights>
      <incidents>
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </incidents>
      <organization>
        <dbID>int</dbID>
        <fullname>string</fullname>
        <organizationname>string</organizationname>
        <configuration>string</configuration>
        <domains>string</domains>
        <incidentNotificationEmailList>string</incidentNotificationEmailList>
        <incidentNotificationURL>string</incidentNotificationURL>
        <assets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentreporthtmls d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationtrusts d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationtrusts1 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <transactions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <users d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationassetdisplayxsls d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationincidentdisplayxsls d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incidents d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <statustypesorganizations d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <organizationemailxsl d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </organization>
    </user>
    <statustype>
      <dbID>int</dbID>
      <name>string</name>
      <displayname>string</displayname>
      <incidents>
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <incident d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </incidents>
      <statustypesorganizations>
        <statustypesorganization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <statustypesorganization d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </statustypesorganizations>
    </statustype>
  </incident>
</ArrayOfIncident>