ServicioSSIntegral


Click here for a complete list of operations.

ConsultarResolucion

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

<?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>
    <ConsultarResolucion xmlns="https://factura.ssintegral.com/">
      <Nit>string</Nit>
      <IdSoftware>string</IdSoftware>
      <UsuarioAcceso>string</UsuarioAcceso>
      <ClaveAcceso>string</ClaveAcceso>
      <Resolucion>string</Resolucion>
      <server>string</server>
    </ConsultarResolucion>
  </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>
    <ConsultarResolucionResponse xmlns="https://factura.ssintegral.com/">
      <ConsultarResolucionResult>
        <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>
      </ConsultarResolucionResult>
    </ConsultarResolucionResponse>
  </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>
    <ConsultarResolucion xmlns="https://factura.ssintegral.com/">
      <Nit>string</Nit>
      <IdSoftware>string</IdSoftware>
      <UsuarioAcceso>string</UsuarioAcceso>
      <ClaveAcceso>string</ClaveAcceso>
      <Resolucion>string</Resolucion>
      <server>string</server>
    </ConsultarResolucion>
  </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>
    <ConsultarResolucionResponse xmlns="https://factura.ssintegral.com/">
      <ConsultarResolucionResult>
        <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>
      </ConsultarResolucionResult>
    </ConsultarResolucionResponse>
  </soap12:Body>
</soap12:Envelope>