ServicioSSIntegral


Click here for a complete list of operations.

EnviarDocumentoNIDA

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /ServicioSSIntegral.asmx HTTP/1.1
Host: factura.ssintegral.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://factura.ssintegral.com/EnviarDocumentoNIDA"

<?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>
    <EnviarDocumentoNIDA xmlns="https://factura.ssintegral.com/">
      <datos>
        <NIT>string</NIT>
        <Clave>string</Clave>
        <CodigoEmpresa>int</CodigoEmpresa>
        <Servicio>int</Servicio>
        <nomina>
          <RutaArchivo>string</RutaArchivo>
          <RutaCertificado>string</RutaCertificado>
          <PasswordCertificado>string</PasswordCertificado>
          <testSetID>string</testSetID>
          <SoftwarePin>string</SoftwarePin>
          <TipoNota>string</TipoNota>
          <Reemplazar>
            <ReemplazandoPredecesor xsi:nil="true" />
            <Periodo xsi:nil="true" />
            <NumeroSecuenciaXML xsi:nil="true" />
            <LugarGeneracionXML xsi:nil="true" />
            <ProveedorXML xsi:nil="true" />
            <CodigoQR>string</CodigoQR>
            <Version>string</Version>
            <Ambiente>string</Ambiente>
            <TipoXML>string</TipoXML>
            <CUNE>string</CUNE>
            <EncripCUNE>string</EncripCUNE>
            <FechaGen>dateTime</FechaGen>
            <HoraGen>string</HoraGen>
            <PeriodoNomina>string</PeriodoNomina>
            <TipoMoneda>string</TipoMoneda>
            <TRM>decimal</TRM>
            <Notas xsi:nil="true" />
            <Empleador xsi:nil="true" />
            <Trabajador xsi:nil="true" />
            <Pago xsi:nil="true" />
            <FechasPagos xsi:nil="true" />
            <Devengados xsi:nil="true" />
            <Deducciones xsi:nil="true" />
            <Redondeo>decimal</Redondeo>
            <DevengadosTotal>decimal</DevengadosTotal>
            <DeduccionesTotal>decimal</DeduccionesTotal>
            <ComprobanteTotal>decimal</ComprobanteTotal>
          </Reemplazar>
          <Eliminar>
            <EliminandoPredecesor xsi:nil="true" />
            <NumeroSecuenciaXML xsi:nil="true" />
            <LugarGeneracionXML xsi:nil="true" />
            <ProveedorXML xsi:nil="true" />
            <CodigoQR>string</CodigoQR>
            <Version>string</Version>
            <Ambiente>string</Ambiente>
            <TipoXML>string</TipoXML>
            <CUNE>string</CUNE>
            <EncripCUNE>string</EncripCUNE>
            <FechaGen>dateTime</FechaGen>
            <HoraGen>string</HoraGen>
            <PeriodoNomina>string</PeriodoNomina>
            <TipoMoneda>string</TipoMoneda>
            <TRM>decimal</TRM>
            <Notas xsi:nil="true" />
            <Empleador xsi:nil="true" />
          </Eliminar>
        </nomina>
      </datos>
      <server>string</server>
    </EnviarDocumentoNIDA>
  </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>
    <EnviarDocumentoNIDAResponse xmlns="https://factura.ssintegral.com/">
      <EnviarDocumentoNIDAResult>
        <CUFE>string</CUFE>
        <CUDE>string</CUDE>
        <QR>string</QR>
        <xml>base64Binary</xml>
        <FacturaPDF>base64Binary</FacturaPDF>
        <ResponseDIAN>base64Binary</ResponseDIAN>
        <Descripcion>string</Descripcion>
        <DatosResolucion>
          <ExtensionData />
          <OperationCode>string</OperationCode>
          <OperationDescription>string</OperationDescription>
          <ResponseList>
            <NumberRangeResponse xsi:nil="true" />
            <NumberRangeResponse xsi:nil="true" />
          </ResponseList>
        </DatosResolucion>
        <RespuestaHabilitacion>
          <ExtensionData />
          <ErrorMessageList>
            <XmlParamsResponseTrackId xsi:nil="true" />
            <XmlParamsResponseTrackId xsi:nil="true" />
          </ErrorMessageList>
          <ZipKey>string</ZipKey>
        </RespuestaHabilitacion>
        <RespuestaProduccion>
          <ExtensionData />
          <ErrorMessage>
            <string>string</string>
            <string>string</string>
          </ErrorMessage>
          <IsValid>boolean</IsValid>
          <StatusCode>string</StatusCode>
          <StatusDescription>string</StatusDescription>
          <StatusMessage>string</StatusMessage>
          <XmlBase64Bytes>base64Binary</XmlBase64Bytes>
          <XmlBytes>base64Binary</XmlBytes>
          <XmlDocumentKey>string</XmlDocumentKey>
          <XmlFileName>string</XmlFileName>
        </RespuestaProduccion>
        <CUNE>string</CUNE>
        <StatusCode>string</StatusCode>
        <StatusDescription>string</StatusDescription>
        <StatusMessage>string</StatusMessage>
        <XmlFileName>string</XmlFileName>
        <ErrorMessage>string</ErrorMessage>
        <CUDS>string</CUDS>
      </EnviarDocumentoNIDAResult>
    </EnviarDocumentoNIDAResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /ServicioSSIntegral.asmx HTTP/1.1
Host: factura.ssintegral.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>
    <EnviarDocumentoNIDA xmlns="https://factura.ssintegral.com/">
      <datos>
        <NIT>string</NIT>
        <Clave>string</Clave>
        <CodigoEmpresa>int</CodigoEmpresa>
        <Servicio>int</Servicio>
        <nomina>
          <RutaArchivo>string</RutaArchivo>
          <RutaCertificado>string</RutaCertificado>
          <PasswordCertificado>string</PasswordCertificado>
          <testSetID>string</testSetID>
          <SoftwarePin>string</SoftwarePin>
          <TipoNota>string</TipoNota>
          <Reemplazar>
            <ReemplazandoPredecesor xsi:nil="true" />
            <Periodo xsi:nil="true" />
            <NumeroSecuenciaXML xsi:nil="true" />
            <LugarGeneracionXML xsi:nil="true" />
            <ProveedorXML xsi:nil="true" />
            <CodigoQR>string</CodigoQR>
            <Version>string</Version>
            <Ambiente>string</Ambiente>
            <TipoXML>string</TipoXML>
            <CUNE>string</CUNE>
            <EncripCUNE>string</EncripCUNE>
            <FechaGen>dateTime</FechaGen>
            <HoraGen>string</HoraGen>
            <PeriodoNomina>string</PeriodoNomina>
            <TipoMoneda>string</TipoMoneda>
            <TRM>decimal</TRM>
            <Notas xsi:nil="true" />
            <Empleador xsi:nil="true" />
            <Trabajador xsi:nil="true" />
            <Pago xsi:nil="true" />
            <FechasPagos xsi:nil="true" />
            <Devengados xsi:nil="true" />
            <Deducciones xsi:nil="true" />
            <Redondeo>decimal</Redondeo>
            <DevengadosTotal>decimal</DevengadosTotal>
            <DeduccionesTotal>decimal</DeduccionesTotal>
            <ComprobanteTotal>decimal</ComprobanteTotal>
          </Reemplazar>
          <Eliminar>
            <EliminandoPredecesor xsi:nil="true" />
            <NumeroSecuenciaXML xsi:nil="true" />
            <LugarGeneracionXML xsi:nil="true" />
            <ProveedorXML xsi:nil="true" />
            <CodigoQR>string</CodigoQR>
            <Version>string</Version>
            <Ambiente>string</Ambiente>
            <TipoXML>string</TipoXML>
            <CUNE>string</CUNE>
            <EncripCUNE>string</EncripCUNE>
            <FechaGen>dateTime</FechaGen>
            <HoraGen>string</HoraGen>
            <PeriodoNomina>string</PeriodoNomina>
            <TipoMoneda>string</TipoMoneda>
            <TRM>decimal</TRM>
            <Notas xsi:nil="true" />
            <Empleador xsi:nil="true" />
          </Eliminar>
        </nomina>
      </datos>
      <server>string</server>
    </EnviarDocumentoNIDA>
  </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>
    <EnviarDocumentoNIDAResponse xmlns="https://factura.ssintegral.com/">
      <EnviarDocumentoNIDAResult>
        <CUFE>string</CUFE>
        <CUDE>string</CUDE>
        <QR>string</QR>
        <xml>base64Binary</xml>
        <FacturaPDF>base64Binary</FacturaPDF>
        <ResponseDIAN>base64Binary</ResponseDIAN>
        <Descripcion>string</Descripcion>
        <DatosResolucion>
          <ExtensionData />
          <OperationCode>string</OperationCode>
          <OperationDescription>string</OperationDescription>
          <ResponseList>
            <NumberRangeResponse xsi:nil="true" />
            <NumberRangeResponse xsi:nil="true" />
          </ResponseList>
        </DatosResolucion>
        <RespuestaHabilitacion>
          <ExtensionData />
          <ErrorMessageList>
            <XmlParamsResponseTrackId xsi:nil="true" />
            <XmlParamsResponseTrackId xsi:nil="true" />
          </ErrorMessageList>
          <ZipKey>string</ZipKey>
        </RespuestaHabilitacion>
        <RespuestaProduccion>
          <ExtensionData />
          <ErrorMessage>
            <string>string</string>
            <string>string</string>
          </ErrorMessage>
          <IsValid>boolean</IsValid>
          <StatusCode>string</StatusCode>
          <StatusDescription>string</StatusDescription>
          <StatusMessage>string</StatusMessage>
          <XmlBase64Bytes>base64Binary</XmlBase64Bytes>
          <XmlBytes>base64Binary</XmlBytes>
          <XmlDocumentKey>string</XmlDocumentKey>
          <XmlFileName>string</XmlFileName>
        </RespuestaProduccion>
        <CUNE>string</CUNE>
        <StatusCode>string</StatusCode>
        <StatusDescription>string</StatusDescription>
        <StatusMessage>string</StatusMessage>
        <XmlFileName>string</XmlFileName>
        <ErrorMessage>string</ErrorMessage>
        <CUDS>string</CUDS>
      </EnviarDocumentoNIDAResult>
    </EnviarDocumentoNIDAResponse>
  </soap12:Body>
</soap12:Envelope>