Change


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

Update

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/Update"

<?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>
    <Update xmlns="http://ArandaCMDBWebService.org/">
      <item>
        <interfaceId>string</interfaceId>
        <ProcedureId>int</ProcedureId>
        <ApprovalId>int</ApprovalId>
        <ApprovalDate>dateTime</ApprovalDate>
        <VotedDate>dateTime</VotedDate>
        <CiId>int</CiId>
        <AuthorId>int</AuthorId>
        <BackOutPlan>string</BackOutPlan>
        <ImpStartDate>dateTime</ImpStartDate>
        <ImpStartTime>int</ImpStartTime>
        <ImpEndDate>dateTime</ImpEndDate>
        <ImpEndTime>int</ImpEndTime>
        <BuildStartDate>dateTime</BuildStartDate>
        <BuildStartTime>int</BuildStartTime>
        <BuildEndDate>dateTime</BuildEndDate>
        <BuildEndTime>int</BuildEndTime>
        <CABStartDate>dateTime</CABStartDate>
        <CABStartTime>int</CABStartTime>
        <CABEndDate>dateTime</CABEndDate>
        <CABEndTime>int</CABEndTime>
        <CategoryId>int</CategoryId>
        <ClosureStartDate>dateTime</ClosureStartDate>
        <ClosureStartTime>int</ClosureStartTime>
        <ClosureEndDate>dateTime</ClosureEndDate>
        <ClosureEndTime>int</ClosureEndTime>
        <ClosureId>int</ClosureId>
        <ReceptorId>int</ReceptorId>
        <ClosedDate>dateTime</ClosedDate>
        <Commentary>string</Commentary>
        <CurrentProgress>int</CurrentProgress>
        <StageId>int</StageId>
        <CurrentTime>int</CurrentTime>
        <CustomerId>int</CustomerId>
        <Description>string</Description>
        <FormatDescription>string</FormatDescription>
        <EstimatedCost>decimal</EstimatedCost>
        <ProjectId>int</ProjectId>
        <Id>int</Id>
        <IdByProject>int</IdByProject>
        <ImpactId>int</ImpactId>
        <OpenedDate>dateTime</OpenedDate>
        <PriorityId>int</PriorityId>
        <PSA>string</PSA>
        <RealCost>decimal</RealCost>
        <RegistryTypeId>int</RegistryTypeId>
        <GroupId>int</GroupId>
        <ResponsibleId>int</ResponsibleId>
        <RevisionStartDate>dateTime</RevisionStartDate>
        <RevisionStartTime>int</RevisionStartTime>
        <RevisionEndDate>dateTime</RevisionEndDate>
        <RevisionEndTime>int</RevisionEndTime>
        <RFCStartDate>dateTime</RFCStartDate>
        <RFCStartTime>int</RFCStartTime>
        <RFCEndDate>dateTime</RFCEndDate>
        <RFCEndTime>int</RFCEndTime>
        <Scope>string</Scope>
        <SdbLastShot>dateTime</SdbLastShot>
        <ServiceId>int</ServiceId>
        <SlaId>int</SlaId>
        <StatusId>int</StatusId>
        <TestStartDate>dateTime</TestStartDate>
        <TestStartTime>int</TestStartTime>
        <Subject>string</Subject>
        <TestEndDate>dateTime</TestEndDate>
        <TestEndTime>int</TestEndTime>
        <UrgencyId>int</UrgencyId>
        <ModifierId>int</ModifierId>
        <CompanyId>int</CompanyId>
        <RoutingType>int</RoutingType>
        <UcId>int</UcId>
        <DescriptionNoHtml>string</DescriptionNoHtml>
        <CommentaryNoHtml>string</CommentaryNoHtml>
      </item>
    </Update>
  </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>
    <UpdateResponse xmlns="http://ArandaCMDBWebService.org/">
      <UpdateResult>boolean</UpdateResult>
    </UpdateResponse>
  </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>
    <Update xmlns="http://ArandaCMDBWebService.org/">
      <item>
        <interfaceId>string</interfaceId>
        <ProcedureId>int</ProcedureId>
        <ApprovalId>int</ApprovalId>
        <ApprovalDate>dateTime</ApprovalDate>
        <VotedDate>dateTime</VotedDate>
        <CiId>int</CiId>
        <AuthorId>int</AuthorId>
        <BackOutPlan>string</BackOutPlan>
        <ImpStartDate>dateTime</ImpStartDate>
        <ImpStartTime>int</ImpStartTime>
        <ImpEndDate>dateTime</ImpEndDate>
        <ImpEndTime>int</ImpEndTime>
        <BuildStartDate>dateTime</BuildStartDate>
        <BuildStartTime>int</BuildStartTime>
        <BuildEndDate>dateTime</BuildEndDate>
        <BuildEndTime>int</BuildEndTime>
        <CABStartDate>dateTime</CABStartDate>
        <CABStartTime>int</CABStartTime>
        <CABEndDate>dateTime</CABEndDate>
        <CABEndTime>int</CABEndTime>
        <CategoryId>int</CategoryId>
        <ClosureStartDate>dateTime</ClosureStartDate>
        <ClosureStartTime>int</ClosureStartTime>
        <ClosureEndDate>dateTime</ClosureEndDate>
        <ClosureEndTime>int</ClosureEndTime>
        <ClosureId>int</ClosureId>
        <ReceptorId>int</ReceptorId>
        <ClosedDate>dateTime</ClosedDate>
        <Commentary>string</Commentary>
        <CurrentProgress>int</CurrentProgress>
        <StageId>int</StageId>
        <CurrentTime>int</CurrentTime>
        <CustomerId>int</CustomerId>
        <Description>string</Description>
        <FormatDescription>string</FormatDescription>
        <EstimatedCost>decimal</EstimatedCost>
        <ProjectId>int</ProjectId>
        <Id>int</Id>
        <IdByProject>int</IdByProject>
        <ImpactId>int</ImpactId>
        <OpenedDate>dateTime</OpenedDate>
        <PriorityId>int</PriorityId>
        <PSA>string</PSA>
        <RealCost>decimal</RealCost>
        <RegistryTypeId>int</RegistryTypeId>
        <GroupId>int</GroupId>
        <ResponsibleId>int</ResponsibleId>
        <RevisionStartDate>dateTime</RevisionStartDate>
        <RevisionStartTime>int</RevisionStartTime>
        <RevisionEndDate>dateTime</RevisionEndDate>
        <RevisionEndTime>int</RevisionEndTime>
        <RFCStartDate>dateTime</RFCStartDate>
        <RFCStartTime>int</RFCStartTime>
        <RFCEndDate>dateTime</RFCEndDate>
        <RFCEndTime>int</RFCEndTime>
        <Scope>string</Scope>
        <SdbLastShot>dateTime</SdbLastShot>
        <ServiceId>int</ServiceId>
        <SlaId>int</SlaId>
        <StatusId>int</StatusId>
        <TestStartDate>dateTime</TestStartDate>
        <TestStartTime>int</TestStartTime>
        <Subject>string</Subject>
        <TestEndDate>dateTime</TestEndDate>
        <TestEndTime>int</TestEndTime>
        <UrgencyId>int</UrgencyId>
        <ModifierId>int</ModifierId>
        <CompanyId>int</CompanyId>
        <RoutingType>int</RoutingType>
        <UcId>int</UcId>
        <DescriptionNoHtml>string</DescriptionNoHtml>
        <CommentaryNoHtml>string</CommentaryNoHtml>
      </item>
    </Update>
  </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>
    <UpdateResponse xmlns="http://ArandaCMDBWebService.org/">
      <UpdateResult>boolean</UpdateResult>
    </UpdateResponse>
  </soap12:Body>
</soap12:Envelope>