Problem


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

ListClosed

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/Problem.asmx HTTP/1.1
Host: aranda.gypbogotasas.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ArandaCMDBWebService.org/ListClosed"

<?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>
    <ListClosed xmlns="http://ArandaCMDBWebService.org/">
      <codUser>int</codUser>
      <projectId>int</projectId>
    </ListClosed>
  </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>
    <ListClosedResponse xmlns="http://ArandaCMDBWebService.org/">
      <ListClosedResult>
        <ProblemInfo>
          <currentTime>int</currentTime>
          <currentProgress>int</currentProgress>
          <Reason>string</Reason>
          <Id>int</Id>
          <IdByProject>int</IdByProject>
          <CategoryName>string</CategoryName>
          <CategoryHierarchy>string</CategoryHierarchy>
          <ImpactName>string</ImpactName>
          <UrgencyName>string</UrgencyName>
          <PriorityName>string</PriorityName>
          <StatusName>string</StatusName>
          <Subject>string</Subject>
          <OpenedDate>dateTime</OpenedDate>
          <ClosedDate>dateTime</ClosedDate>
          <ResponsibleName>string</ResponsibleName>
          <ExpiredDate>dateTime</ExpiredDate>
          <AttentionEstimatedDate>dateTime</AttentionEstimatedDate>
          <AttentionRealDate>dateTime</AttentionRealDate>
          <RegistryTypeName>string</RegistryTypeName>
          <GroupName>string</GroupName>
          <ProjectName>string</ProjectName>
          <ProjectId>int</ProjectId>
          <KnownError>string</KnownError>
          <BackgroundColor>int</BackgroundColor>
          <ForegroundColor>int</ForegroundColor>
          <BackgroundColorRgb>string</BackgroundColorRgb>
          <ForegroundColorRgb>string</ForegroundColorRgb>
          <ServiceName>string</ServiceName>
          <SlaName>string</SlaName>
          <AutorName>string</AutorName>
          <CiName>string</CiName>
          <ReceptorName>string</ReceptorName>
          <SolutionRealDate>dateTime</SolutionRealDate>
          <FinalStatus>int</FinalStatus>
          <StateId>int</StateId>
        </ProblemInfo>
        <ProblemInfo>
          <currentTime>int</currentTime>
          <currentProgress>int</currentProgress>
          <Reason>string</Reason>
          <Id>int</Id>
          <IdByProject>int</IdByProject>
          <CategoryName>string</CategoryName>
          <CategoryHierarchy>string</CategoryHierarchy>
          <ImpactName>string</ImpactName>
          <UrgencyName>string</UrgencyName>
          <PriorityName>string</PriorityName>
          <StatusName>string</StatusName>
          <Subject>string</Subject>
          <OpenedDate>dateTime</OpenedDate>
          <ClosedDate>dateTime</ClosedDate>
          <ResponsibleName>string</ResponsibleName>
          <ExpiredDate>dateTime</ExpiredDate>
          <AttentionEstimatedDate>dateTime</AttentionEstimatedDate>
          <AttentionRealDate>dateTime</AttentionRealDate>
          <RegistryTypeName>string</RegistryTypeName>
          <GroupName>string</GroupName>
          <ProjectName>string</ProjectName>
          <ProjectId>int</ProjectId>
          <KnownError>string</KnownError>
          <BackgroundColor>int</BackgroundColor>
          <ForegroundColor>int</ForegroundColor>
          <BackgroundColorRgb>string</BackgroundColorRgb>
          <ForegroundColorRgb>string</ForegroundColorRgb>
          <ServiceName>string</ServiceName>
          <SlaName>string</SlaName>
          <AutorName>string</AutorName>
          <CiName>string</CiName>
          <ReceptorName>string</ReceptorName>
          <SolutionRealDate>dateTime</SolutionRealDate>
          <FinalStatus>int</FinalStatus>
          <StateId>int</StateId>
        </ProblemInfo>
      </ListClosedResult>
    </ListClosedResponse>
  </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/Problem.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>
    <ListClosed xmlns="http://ArandaCMDBWebService.org/">
      <codUser>int</codUser>
      <projectId>int</projectId>
    </ListClosed>
  </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>
    <ListClosedResponse xmlns="http://ArandaCMDBWebService.org/">
      <ListClosedResult>
        <ProblemInfo>
          <currentTime>int</currentTime>
          <currentProgress>int</currentProgress>
          <Reason>string</Reason>
          <Id>int</Id>
          <IdByProject>int</IdByProject>
          <CategoryName>string</CategoryName>
          <CategoryHierarchy>string</CategoryHierarchy>
          <ImpactName>string</ImpactName>
          <UrgencyName>string</UrgencyName>
          <PriorityName>string</PriorityName>
          <StatusName>string</StatusName>
          <Subject>string</Subject>
          <OpenedDate>dateTime</OpenedDate>
          <ClosedDate>dateTime</ClosedDate>
          <ResponsibleName>string</ResponsibleName>
          <ExpiredDate>dateTime</ExpiredDate>
          <AttentionEstimatedDate>dateTime</AttentionEstimatedDate>
          <AttentionRealDate>dateTime</AttentionRealDate>
          <RegistryTypeName>string</RegistryTypeName>
          <GroupName>string</GroupName>
          <ProjectName>string</ProjectName>
          <ProjectId>int</ProjectId>
          <KnownError>string</KnownError>
          <BackgroundColor>int</BackgroundColor>
          <ForegroundColor>int</ForegroundColor>
          <BackgroundColorRgb>string</BackgroundColorRgb>
          <ForegroundColorRgb>string</ForegroundColorRgb>
          <ServiceName>string</ServiceName>
          <SlaName>string</SlaName>
          <AutorName>string</AutorName>
          <CiName>string</CiName>
          <ReceptorName>string</ReceptorName>
          <SolutionRealDate>dateTime</SolutionRealDate>
          <FinalStatus>int</FinalStatus>
          <StateId>int</StateId>
        </ProblemInfo>
        <ProblemInfo>
          <currentTime>int</currentTime>
          <currentProgress>int</currentProgress>
          <Reason>string</Reason>
          <Id>int</Id>
          <IdByProject>int</IdByProject>
          <CategoryName>string</CategoryName>
          <CategoryHierarchy>string</CategoryHierarchy>
          <ImpactName>string</ImpactName>
          <UrgencyName>string</UrgencyName>
          <PriorityName>string</PriorityName>
          <StatusName>string</StatusName>
          <Subject>string</Subject>
          <OpenedDate>dateTime</OpenedDate>
          <ClosedDate>dateTime</ClosedDate>
          <ResponsibleName>string</ResponsibleName>
          <ExpiredDate>dateTime</ExpiredDate>
          <AttentionEstimatedDate>dateTime</AttentionEstimatedDate>
          <AttentionRealDate>dateTime</AttentionRealDate>
          <RegistryTypeName>string</RegistryTypeName>
          <GroupName>string</GroupName>
          <ProjectName>string</ProjectName>
          <ProjectId>int</ProjectId>
          <KnownError>string</KnownError>
          <BackgroundColor>int</BackgroundColor>
          <ForegroundColor>int</ForegroundColor>
          <BackgroundColorRgb>string</BackgroundColorRgb>
          <ForegroundColorRgb>string</ForegroundColorRgb>
          <ServiceName>string</ServiceName>
          <SlaName>string</SlaName>
          <AutorName>string</AutorName>
          <CiName>string</CiName>
          <ReceptorName>string</ReceptorName>
          <SolutionRealDate>dateTime</SolutionRealDate>
          <FinalStatus>int</FinalStatus>
          <StateId>int</StateId>
        </ProblemInfo>
      </ListClosedResult>
    </ListClosedResponse>
  </soap12:Body>
</soap12:Envelope>