Problem
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/Problem.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>
<caseType>int</caseType>
</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>
<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>
</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/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>
<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>
<caseType>int</caseType>
</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>
<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>
</ListGrdSearchResult>
</ListGrdSearchResponse>
</soap12:Body>
</soap12:Envelope>