ServicioSSIntegral
Click here for a complete list of operations.
EnvioCorreo
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/EnvioCorreo"
<?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>
<EnvioCorreo xmlns="https://factura.ssintegral.com/">
<correo>
<NIT>string</NIT>
<Clave>string</Clave>
<Resolucion>string</Resolucion>
<NumeroFactura>string</NumeroFactura>
<Prefijo>string</Prefijo>
<CodigoEmpresa>int</CodigoEmpresa>
<TipoAmbiente>int</TipoAmbiente>
<server>string</server>
<MailAreaFacturacionFacturador>string</MailAreaFacturacionFacturador>
<RazonSocialFacturador>string</RazonSocialFacturador>
<MailRecepcion>string</MailRecepcion>
<TelefonoRecepcion>string</TelefonoRecepcion>
<NombreEmpresaRecepcion>string</NombreEmpresaRecepcion>
<NitEmpresaRecepcion>string</NitEmpresaRecepcion>
<Adjuntos>
<Archivos>
<NombreArchivo>string</NombreArchivo>
<Archivo>base64Binary</Archivo>
</Archivos>
<Archivos>
<NombreArchivo>string</NombreArchivo>
<Archivo>base64Binary</Archivo>
</Archivos>
</Adjuntos>
<TipoDocumento>string</TipoDocumento>
<DigitoVerificacionCliente>string</DigitoVerificacionCliente>
<DigitoVerificacionFacturador>string</DigitoVerificacionFacturador>
<FechaFactura>dateTime</FechaFactura>
<RutaArchivo>string</RutaArchivo>
<TipoIdentificacionCliente>string</TipoIdentificacionCliente>
<TipoIdentificacionFacturador>string</TipoIdentificacionFacturador>
<NombreDocumento>string</NombreDocumento>
</correo>
</EnvioCorreo>
</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>
<EnvioCorreoResponse xmlns="https://factura.ssintegral.com/">
<EnvioCorreoResult>
<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>
</EnvioCorreoResult>
</EnvioCorreoResponse>
</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>
<EnvioCorreo xmlns="https://factura.ssintegral.com/">
<correo>
<NIT>string</NIT>
<Clave>string</Clave>
<Resolucion>string</Resolucion>
<NumeroFactura>string</NumeroFactura>
<Prefijo>string</Prefijo>
<CodigoEmpresa>int</CodigoEmpresa>
<TipoAmbiente>int</TipoAmbiente>
<server>string</server>
<MailAreaFacturacionFacturador>string</MailAreaFacturacionFacturador>
<RazonSocialFacturador>string</RazonSocialFacturador>
<MailRecepcion>string</MailRecepcion>
<TelefonoRecepcion>string</TelefonoRecepcion>
<NombreEmpresaRecepcion>string</NombreEmpresaRecepcion>
<NitEmpresaRecepcion>string</NitEmpresaRecepcion>
<Adjuntos>
<Archivos>
<NombreArchivo>string</NombreArchivo>
<Archivo>base64Binary</Archivo>
</Archivos>
<Archivos>
<NombreArchivo>string</NombreArchivo>
<Archivo>base64Binary</Archivo>
</Archivos>
</Adjuntos>
<TipoDocumento>string</TipoDocumento>
<DigitoVerificacionCliente>string</DigitoVerificacionCliente>
<DigitoVerificacionFacturador>string</DigitoVerificacionFacturador>
<FechaFactura>dateTime</FechaFactura>
<RutaArchivo>string</RutaArchivo>
<TipoIdentificacionCliente>string</TipoIdentificacionCliente>
<TipoIdentificacionFacturador>string</TipoIdentificacionFacturador>
<NombreDocumento>string</NombreDocumento>
</correo>
</EnvioCorreo>
</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>
<EnvioCorreoResponse xmlns="https://factura.ssintegral.com/">
<EnvioCorreoResult>
<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>
</EnvioCorreoResult>
</EnvioCorreoResponse>
</soap12:Body>
</soap12:Envelope>