Incident


Haga clic aquí para obtener una lista completa de operaciones.

ListGrdSearch

Prueba

El formulario de prueba sólo está disponible para solicitudes del equipo local.

SOAP 1.1

A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.1. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.

POST /CMDBWS/Incident.asmx HTTP/1.1
Host: aranda.gypbogotasas.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ArandaCMDBWebService.org/ListGrdSearch"

<?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>
    <ListGrdSearch xmlns="http://ArandaCMDBWebService.org/">
      <lstItem>
        <SearchCondition>
          <ConditionOperatorTxt>string</ConditionOperatorTxt>
          <FieldTxt>string</FieldTxt>
          <FilterOperator>string</FilterOperator>
          <Field>string</Field>
          <FieldValueTxt>string</FieldValueTxt>
        </SearchCondition>
        <SearchCondition>
          <ConditionOperatorTxt>string</ConditionOperatorTxt>
          <FieldTxt>string</FieldTxt>
          <FilterOperator>string</FilterOperator>
          <Field>string</Field>
          <FieldValueTxt>string</FieldValueTxt>
        </SearchCondition>
      </lstItem>
      <projectId>int</projectId>
    </ListGrdSearch>
  </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>
    <ListGrdSearchResponse xmlns="http://ArandaCMDBWebService.org/">
      <ListGrdSearchResult>
        <IncidentInfo>
          <currentTime>int</currentTime>
          <currentProgress>int</currentProgress>
          <Solved>int</Solved>
          <canceled>int</canceled>
          <Reason>string</Reason>
          <Servicio>string</Servicio>
          <Edificio>string</Edificio>
          <Sede>string</Sede>
          <Pais>string</Pais>
          <Ciudad>string</Ciudad>
          <Piso>string</Piso>
          <Departamento>string</Departamento>
          <Author>string</Author>
          <Id>int</Id>
          <IdbyProject>int</IdbyProject>
          <ProjectName>string</ProjectName>
          <ProjectId>int</ProjectId>
          <StatusName>string</StatusName>
          <CustomerName>string</CustomerName>
          <CompanyName>string</CompanyName>
          <ProviderName>string</ProviderName>
          <CategoryName>string</CategoryName>
          <ResponsibleName>string</ResponsibleName>
          <ExpiredDate>dateTime</ExpiredDate>
          <PriorityName>string</PriorityName>
          <GroupName>string</GroupName>
          <ForegroundColor>int</ForegroundColor>
          <BackgroundColor>int</BackgroundColor>
          <BackgroundColorRgb>string</BackgroundColorRgb>
          <ForegroundColorRgb>string</ForegroundColorRgb>
          <Subject>string</Subject>
          <UrgencyName>string</UrgencyName>
          <ServiceName>string</ServiceName>
          <SlaName>string</SlaName>
          <RegistryTypeName>string</RegistryTypeName>
          <ImpactName>string</ImpactName>
          <CategoryHierarchy>string</CategoryHierarchy>
          <AutorName>string</AutorName>
          <CiName>string</CiName>
          <OpenedDate>dateTime</OpenedDate>
          <ClosedDate>dateTime</ClosedDate>
          <AttentionEstimatedDate>dateTime</AttentionEstimatedDate>
          <AttentionRealDate>dateTime</AttentionRealDate>
          <ReceptorName>string</ReceptorName>
          <StateId>long</StateId>
          <SolutionRealDate>dateTime</SolutionRealDate>
          <FinalStatus>int</FinalStatus>
          <StatusId>int</StatusId>
        </IncidentInfo>
        <IncidentInfo>
          <currentTime>int</currentTime>
          <currentProgress>int</currentProgress>
          <Solved>int</Solved>
          <canceled>int</canceled>
          <Reason>string</Reason>
          <Servicio>string</Servicio>
          <Edificio>string</Edificio>
          <Sede>string</Sede>
          <Pais>string</Pais>
          <Ciudad>string</Ciudad>
          <Piso>string</Piso>
          <Departamento>string</Departamento>
          <Author>string</Author>
          <Id>int</Id>
          <IdbyProject>int</IdbyProject>
          <ProjectName>string</ProjectName>
          <ProjectId>int</ProjectId>
          <StatusName>string</StatusName>
          <CustomerName>string</CustomerName>
          <CompanyName>string</CompanyName>
          <ProviderName>string</ProviderName>
          <CategoryName>string</CategoryName>
          <ResponsibleName>string</ResponsibleName>
          <ExpiredDate>dateTime</ExpiredDate>
          <PriorityName>string</PriorityName>
          <GroupName>string</GroupName>
          <ForegroundColor>int</ForegroundColor>
          <BackgroundColor>int</BackgroundColor>
          <BackgroundColorRgb>string</BackgroundColorRgb>
          <ForegroundColorRgb>string</ForegroundColorRgb>
          <Subject>string</Subject>
          <UrgencyName>string</UrgencyName>
          <ServiceName>string</ServiceName>
          <SlaName>string</SlaName>
          <RegistryTypeName>string</RegistryTypeName>
          <ImpactName>string</ImpactName>
          <CategoryHierarchy>string</CategoryHierarchy>
          <AutorName>string</AutorName>
          <CiName>string</CiName>
          <OpenedDate>dateTime</OpenedDate>
          <ClosedDate>dateTime</ClosedDate>
          <AttentionEstimatedDate>dateTime</AttentionEstimatedDate>
          <AttentionRealDate>dateTime</AttentionRealDate>
          <ReceptorName>string</ReceptorName>
          <StateId>long</StateId>
          <SolutionRealDate>dateTime</SolutionRealDate>
          <FinalStatus>int</FinalStatus>
          <StatusId>int</StatusId>
        </IncidentInfo>
      </ListGrdSearchResult>
    </ListGrdSearchResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.2. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.

POST /CMDBWS/Incident.asmx HTTP/1.1
Host: aranda.gypbogotasas.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>
    <ListGrdSearch xmlns="http://ArandaCMDBWebService.org/">
      <lstItem>
        <SearchCondition>
          <ConditionOperatorTxt>string</ConditionOperatorTxt>
          <FieldTxt>string</FieldTxt>
          <FilterOperator>string</FilterOperator>
          <Field>string</Field>
          <FieldValueTxt>string</FieldValueTxt>
        </SearchCondition>
        <SearchCondition>
          <ConditionOperatorTxt>string</ConditionOperatorTxt>
          <FieldTxt>string</FieldTxt>
          <FilterOperator>string</FilterOperator>
          <Field>string</Field>
          <FieldValueTxt>string</FieldValueTxt>
        </SearchCondition>
      </lstItem>
      <projectId>int</projectId>
    </ListGrdSearch>
  </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>
    <ListGrdSearchResponse xmlns="http://ArandaCMDBWebService.org/">
      <ListGrdSearchResult>
        <IncidentInfo>
          <currentTime>int</currentTime>
          <currentProgress>int</currentProgress>
          <Solved>int</Solved>
          <canceled>int</canceled>
          <Reason>string</Reason>
          <Servicio>string</Servicio>
          <Edificio>string</Edificio>
          <Sede>string</Sede>
          <Pais>string</Pais>
          <Ciudad>string</Ciudad>
          <Piso>string</Piso>
          <Departamento>string</Departamento>
          <Author>string</Author>
          <Id>int</Id>
          <IdbyProject>int</IdbyProject>
          <ProjectName>string</ProjectName>
          <ProjectId>int</ProjectId>
          <StatusName>string</StatusName>
          <CustomerName>string</CustomerName>
          <CompanyName>string</CompanyName>
          <ProviderName>string</ProviderName>
          <CategoryName>string</CategoryName>
          <ResponsibleName>string</ResponsibleName>
          <ExpiredDate>dateTime</ExpiredDate>
          <PriorityName>string</PriorityName>
          <GroupName>string</GroupName>
          <ForegroundColor>int</ForegroundColor>
          <BackgroundColor>int</BackgroundColor>
          <BackgroundColorRgb>string</BackgroundColorRgb>
          <ForegroundColorRgb>string</ForegroundColorRgb>
          <Subject>string</Subject>
          <UrgencyName>string</UrgencyName>
          <ServiceName>string</ServiceName>
          <SlaName>string</SlaName>
          <RegistryTypeName>string</RegistryTypeName>
          <ImpactName>string</ImpactName>
          <CategoryHierarchy>string</CategoryHierarchy>
          <AutorName>string</AutorName>
          <CiName>string</CiName>
          <OpenedDate>dateTime</OpenedDate>
          <ClosedDate>dateTime</ClosedDate>
          <AttentionEstimatedDate>dateTime</AttentionEstimatedDate>
          <AttentionRealDate>dateTime</AttentionRealDate>
          <ReceptorName>string</ReceptorName>
          <StateId>long</StateId>
          <SolutionRealDate>dateTime</SolutionRealDate>
          <FinalStatus>int</FinalStatus>
          <StatusId>int</StatusId>
        </IncidentInfo>
        <IncidentInfo>
          <currentTime>int</currentTime>
          <currentProgress>int</currentProgress>
          <Solved>int</Solved>
          <canceled>int</canceled>
          <Reason>string</Reason>
          <Servicio>string</Servicio>
          <Edificio>string</Edificio>
          <Sede>string</Sede>
          <Pais>string</Pais>
          <Ciudad>string</Ciudad>
          <Piso>string</Piso>
          <Departamento>string</Departamento>
          <Author>string</Author>
          <Id>int</Id>
          <IdbyProject>int</IdbyProject>
          <ProjectName>string</ProjectName>
          <ProjectId>int</ProjectId>
          <StatusName>string</StatusName>
          <CustomerName>string</CustomerName>
          <CompanyName>string</CompanyName>
          <ProviderName>string</ProviderName>
          <CategoryName>string</CategoryName>
          <ResponsibleName>string</ResponsibleName>
          <ExpiredDate>dateTime</ExpiredDate>
          <PriorityName>string</PriorityName>
          <GroupName>string</GroupName>
          <ForegroundColor>int</ForegroundColor>
          <BackgroundColor>int</BackgroundColor>
          <BackgroundColorRgb>string</BackgroundColorRgb>
          <ForegroundColorRgb>string</ForegroundColorRgb>
          <Subject>string</Subject>
          <UrgencyName>string</UrgencyName>
          <ServiceName>string</ServiceName>
          <SlaName>string</SlaName>
          <RegistryTypeName>string</RegistryTypeName>
          <ImpactName>string</ImpactName>
          <CategoryHierarchy>string</CategoryHierarchy>
          <AutorName>string</AutorName>
          <CiName>string</CiName>
          <OpenedDate>dateTime</OpenedDate>
          <ClosedDate>dateTime</ClosedDate>
          <AttentionEstimatedDate>dateTime</AttentionEstimatedDate>
          <AttentionRealDate>dateTime</AttentionRealDate>
          <ReceptorName>string</ReceptorName>
          <StateId>long</StateId>
          <SolutionRealDate>dateTime</SolutionRealDate>
          <FinalStatus>int</FinalStatus>
          <StatusId>int</StatusId>
        </IncidentInfo>
      </ListGrdSearchResult>
    </ListGrdSearchResponse>
  </soap12:Body>
</soap12:Envelope>