Change


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

ListbyProjectandResponsible

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

<?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>
    <ListbyProjectandResponsible xmlns="http://ArandaCMDBWebService.org/">
      <userId>int</userId>
      <projectId>int</projectId>
    </ListbyProjectandResponsible>
  </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>
    <ListbyProjectandResponsibleResponse xmlns="http://ArandaCMDBWebService.org/">
      <ListbyProjectandResponsibleResult>
        <ChangeInfo>
          <currentTime>int</currentTime>
          <currentProgress>int</currentProgress>
          <canceled>int</canceled>
          <Reason>string</Reason>
          <Edificio>string</Edificio>
          <Sede>string</Sede>
          <Pais>string</Pais>
          <Ciudad>string</Ciudad>
          <Piso>string</Piso>
          <Departamento>string</Departamento>
          <Id>int</Id>
          <StatusId>long</StatusId>
          <CategoryName>string</CategoryName>
          <VotingGroupName>string</VotingGroupName>
          <CategoryHierarchy>string</CategoryHierarchy>
          <ReceptorName>string</ReceptorName>
          <ResponsibleName>string</ResponsibleName>
          <AutorName>string</AutorName>
          <ServiceName>string</ServiceName>
          <SlaName>string</SlaName>
          <ApprovalName>string</ApprovalName>
          <GroupName>string</GroupName>
          <ProjectName>string</ProjectName>
          <ProjectId>int</ProjectId>
          <UrgencyName>string</UrgencyName>
          <ImpactName>string</ImpactName>
          <PriorityName>string</PriorityName>
          <RegistryTypeName>string</RegistryTypeName>
          <StatusName>string</StatusName>
          <StageName>string</StageName>
          <CustomerName>string</CustomerName>
          <CompanyName>string</CompanyName>
          <CiName>string</CiName>
          <IdbyProject>int</IdbyProject>
          <BackgroundColorRgb>string</BackgroundColorRgb>
          <ForegroundColorRgb>string</ForegroundColorRgb>
          <OpenedDate>dateTime</OpenedDate>
          <ForegroundColor>int</ForegroundColor>
          <BackgroundColor>int</BackgroundColor>
          <ClosedDate>dateTime</ClosedDate>
          <FinalStatus>int</FinalStatus>
          <BuiAttDate>dateTime</BuiAttDate>
          <Subject>string</Subject>
          <TesAttDate>dateTime</TesAttDate>
          <BopAttDate>dateTime</BopAttDate>
          <RevAttDate>dateTime</RevAttDate>
          <CloAttDate>dateTime</CloAttDate>
          <BuiSolDate>dateTime</BuiSolDate>
          <TesSolDate>dateTime</TesSolDate>
          <BopSolDate>dateTime</BopSolDate>
          <RevSolDate>dateTime</RevSolDate>
          <StateId>int</StateId>
        </ChangeInfo>
        <ChangeInfo>
          <currentTime>int</currentTime>
          <currentProgress>int</currentProgress>
          <canceled>int</canceled>
          <Reason>string</Reason>
          <Edificio>string</Edificio>
          <Sede>string</Sede>
          <Pais>string</Pais>
          <Ciudad>string</Ciudad>
          <Piso>string</Piso>
          <Departamento>string</Departamento>
          <Id>int</Id>
          <StatusId>long</StatusId>
          <CategoryName>string</CategoryName>
          <VotingGroupName>string</VotingGroupName>
          <CategoryHierarchy>string</CategoryHierarchy>
          <ReceptorName>string</ReceptorName>
          <ResponsibleName>string</ResponsibleName>
          <AutorName>string</AutorName>
          <ServiceName>string</ServiceName>
          <SlaName>string</SlaName>
          <ApprovalName>string</ApprovalName>
          <GroupName>string</GroupName>
          <ProjectName>string</ProjectName>
          <ProjectId>int</ProjectId>
          <UrgencyName>string</UrgencyName>
          <ImpactName>string</ImpactName>
          <PriorityName>string</PriorityName>
          <RegistryTypeName>string</RegistryTypeName>
          <StatusName>string</StatusName>
          <StageName>string</StageName>
          <CustomerName>string</CustomerName>
          <CompanyName>string</CompanyName>
          <CiName>string</CiName>
          <IdbyProject>int</IdbyProject>
          <BackgroundColorRgb>string</BackgroundColorRgb>
          <ForegroundColorRgb>string</ForegroundColorRgb>
          <OpenedDate>dateTime</OpenedDate>
          <ForegroundColor>int</ForegroundColor>
          <BackgroundColor>int</BackgroundColor>
          <ClosedDate>dateTime</ClosedDate>
          <FinalStatus>int</FinalStatus>
          <BuiAttDate>dateTime</BuiAttDate>
          <Subject>string</Subject>
          <TesAttDate>dateTime</TesAttDate>
          <BopAttDate>dateTime</BopAttDate>
          <RevAttDate>dateTime</RevAttDate>
          <CloAttDate>dateTime</CloAttDate>
          <BuiSolDate>dateTime</BuiSolDate>
          <TesSolDate>dateTime</TesSolDate>
          <BopSolDate>dateTime</BopSolDate>
          <RevSolDate>dateTime</RevSolDate>
          <StateId>int</StateId>
        </ChangeInfo>
      </ListbyProjectandResponsibleResult>
    </ListbyProjectandResponsibleResponse>
  </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/Change.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>
    <ListbyProjectandResponsible xmlns="http://ArandaCMDBWebService.org/">
      <userId>int</userId>
      <projectId>int</projectId>
    </ListbyProjectandResponsible>
  </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>
    <ListbyProjectandResponsibleResponse xmlns="http://ArandaCMDBWebService.org/">
      <ListbyProjectandResponsibleResult>
        <ChangeInfo>
          <currentTime>int</currentTime>
          <currentProgress>int</currentProgress>
          <canceled>int</canceled>
          <Reason>string</Reason>
          <Edificio>string</Edificio>
          <Sede>string</Sede>
          <Pais>string</Pais>
          <Ciudad>string</Ciudad>
          <Piso>string</Piso>
          <Departamento>string</Departamento>
          <Id>int</Id>
          <StatusId>long</StatusId>
          <CategoryName>string</CategoryName>
          <VotingGroupName>string</VotingGroupName>
          <CategoryHierarchy>string</CategoryHierarchy>
          <ReceptorName>string</ReceptorName>
          <ResponsibleName>string</ResponsibleName>
          <AutorName>string</AutorName>
          <ServiceName>string</ServiceName>
          <SlaName>string</SlaName>
          <ApprovalName>string</ApprovalName>
          <GroupName>string</GroupName>
          <ProjectName>string</ProjectName>
          <ProjectId>int</ProjectId>
          <UrgencyName>string</UrgencyName>
          <ImpactName>string</ImpactName>
          <PriorityName>string</PriorityName>
          <RegistryTypeName>string</RegistryTypeName>
          <StatusName>string</StatusName>
          <StageName>string</StageName>
          <CustomerName>string</CustomerName>
          <CompanyName>string</CompanyName>
          <CiName>string</CiName>
          <IdbyProject>int</IdbyProject>
          <BackgroundColorRgb>string</BackgroundColorRgb>
          <ForegroundColorRgb>string</ForegroundColorRgb>
          <OpenedDate>dateTime</OpenedDate>
          <ForegroundColor>int</ForegroundColor>
          <BackgroundColor>int</BackgroundColor>
          <ClosedDate>dateTime</ClosedDate>
          <FinalStatus>int</FinalStatus>
          <BuiAttDate>dateTime</BuiAttDate>
          <Subject>string</Subject>
          <TesAttDate>dateTime</TesAttDate>
          <BopAttDate>dateTime</BopAttDate>
          <RevAttDate>dateTime</RevAttDate>
          <CloAttDate>dateTime</CloAttDate>
          <BuiSolDate>dateTime</BuiSolDate>
          <TesSolDate>dateTime</TesSolDate>
          <BopSolDate>dateTime</BopSolDate>
          <RevSolDate>dateTime</RevSolDate>
          <StateId>int</StateId>
        </ChangeInfo>
        <ChangeInfo>
          <currentTime>int</currentTime>
          <currentProgress>int</currentProgress>
          <canceled>int</canceled>
          <Reason>string</Reason>
          <Edificio>string</Edificio>
          <Sede>string</Sede>
          <Pais>string</Pais>
          <Ciudad>string</Ciudad>
          <Piso>string</Piso>
          <Departamento>string</Departamento>
          <Id>int</Id>
          <StatusId>long</StatusId>
          <CategoryName>string</CategoryName>
          <VotingGroupName>string</VotingGroupName>
          <CategoryHierarchy>string</CategoryHierarchy>
          <ReceptorName>string</ReceptorName>
          <ResponsibleName>string</ResponsibleName>
          <AutorName>string</AutorName>
          <ServiceName>string</ServiceName>
          <SlaName>string</SlaName>
          <ApprovalName>string</ApprovalName>
          <GroupName>string</GroupName>
          <ProjectName>string</ProjectName>
          <ProjectId>int</ProjectId>
          <UrgencyName>string</UrgencyName>
          <ImpactName>string</ImpactName>
          <PriorityName>string</PriorityName>
          <RegistryTypeName>string</RegistryTypeName>
          <StatusName>string</StatusName>
          <StageName>string</StageName>
          <CustomerName>string</CustomerName>
          <CompanyName>string</CompanyName>
          <CiName>string</CiName>
          <IdbyProject>int</IdbyProject>
          <BackgroundColorRgb>string</BackgroundColorRgb>
          <ForegroundColorRgb>string</ForegroundColorRgb>
          <OpenedDate>dateTime</OpenedDate>
          <ForegroundColor>int</ForegroundColor>
          <BackgroundColor>int</BackgroundColor>
          <ClosedDate>dateTime</ClosedDate>
          <FinalStatus>int</FinalStatus>
          <BuiAttDate>dateTime</BuiAttDate>
          <Subject>string</Subject>
          <TesAttDate>dateTime</TesAttDate>
          <BopAttDate>dateTime</BopAttDate>
          <RevAttDate>dateTime</RevAttDate>
          <CloAttDate>dateTime</CloAttDate>
          <BuiSolDate>dateTime</BuiSolDate>
          <TesSolDate>dateTime</TesSolDate>
          <BopSolDate>dateTime</BopSolDate>
          <RevSolDate>dateTime</RevSolDate>
          <StateId>int</StateId>
        </ChangeInfo>
      </ListbyProjectandResponsibleResult>
    </ListbyProjectandResponsibleResponse>
  </soap12:Body>
</soap12:Envelope>