ServiceCall
Haga clic aquí para obtener una lista completa de operaciones.
ListGrdbyProject
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/ServiceCall.asmx HTTP/1.1
Host: aranda.gypbogotasas.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ArandaCMDBService.org/ListGrdbyProject"
<?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>
<ListGrdbyProject xmlns="http://ArandaCMDBService.org/">
<projectId>int</projectId>
</ListGrdbyProject>
</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>
<ListGrdbyProjectResponse xmlns="http://ArandaCMDBService.org/">
<ListGrdbyProjectResult>
<ServiceCallInfo>
<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>
</ServiceCallInfo>
<ServiceCallInfo>
<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>
</ServiceCallInfo>
</ListGrdbyProjectResult>
</ListGrdbyProjectResponse>
</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/ServiceCall.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>
<ListGrdbyProject xmlns="http://ArandaCMDBService.org/">
<projectId>int</projectId>
</ListGrdbyProject>
</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>
<ListGrdbyProjectResponse xmlns="http://ArandaCMDBService.org/">
<ListGrdbyProjectResult>
<ServiceCallInfo>
<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>
</ServiceCallInfo>
<ServiceCallInfo>
<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>
</ServiceCallInfo>
</ListGrdbyProjectResult>
</ListGrdbyProjectResponse>
</soap12:Body>
</soap12:Envelope>