Incident
Haga clic aquí para obtener una lista completa de operaciones.
ListbyGroup
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/ListbyGroup"
<?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>
<ListbyGroup xmlns="http://ArandaCMDBWebService.org/">
<codUser>int</codUser>
<projectId>int</projectId>
</ListbyGroup>
</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>
<ListbyGroupResponse xmlns="http://ArandaCMDBWebService.org/">
<ListbyGroupResult>
<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>
</ListbyGroupResult>
</ListbyGroupResponse>
</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>
<ListbyGroup xmlns="http://ArandaCMDBWebService.org/">
<codUser>int</codUser>
<projectId>int</projectId>
</ListbyGroup>
</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>
<ListbyGroupResponse xmlns="http://ArandaCMDBWebService.org/">
<ListbyGroupResult>
<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>
</ListbyGroupResult>
</ListbyGroupResponse>
</soap12:Body>
</soap12:Envelope>