wsNotifEmisionCO
Click here for a complete list of operations.
Generar
Método de descarga de notificaciones de Certificado de Ofertas (220).
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /wsSCOMPV2/wsNotifEmisionCO.asmx HTTP/1.1 Host: www.scomp.cl Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://sonda.com/webservices/scomp/Generar" <?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> <Generar xmlns="http://sonda.com/webservices/scomp/"> <RutParticipe>string</RutParticipe> <IdUsuario>string</IdUsuario> <PassWord>string</PassWord> <TipoExtraccion>string</TipoExtraccion> <IdDescarga>string</IdDescarga> <fechaTope>dateTime</fechaTope> </Generar> </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> <GenerarResponse xmlns="http://sonda.com/webservices/scomp/"> <GenerarResult> <ID_DESCARGA>string</ID_DESCARGA> <ESTADO_PROCESO>int</ESTADO_PROCESO> <DESCRIPCION_ESTADO>string</DESCRIPCION_ESTADO> <CONTENIDO> <ENCABEZADO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <TIPO_ARCHIVO>string</TIPO_ARCHIVO> <FECHA_CREACION>long</FECHA_CREACION> <HORA_CREACION>long</HORA_CREACION> </ENCABEZADO> <DETALLE> <DETALLE_EMISION_CO xsi:nil="true" /> <DETALLE_EMISION_CO xsi:nil="true" /> </DETALLE> <TOTALES_FIN_ARCHIVO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CANT_REGISTROS_I>long</CANT_REGISTROS_I> <CANT_REGISTROS_D>long</CANT_REGISTROS_D> <CANT_REGISTROS_O>long</CANT_REGISTROS_O> <SUM_NUM_SOLICITUD_OFERTA>long</SUM_NUM_SOLICITUD_OFERTA> <SUM_NUM_IDENTIFICACION_OFERTA>long</SUM_NUM_IDENTIFICACION_OFERTA> <SUM_MONTO_SESION_UF>long</SUM_MONTO_SESION_UF> </TOTALES_FIN_ARCHIVO> </CONTENIDO> </GenerarResult> </GenerarResponse> </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 /wsSCOMPV2/wsNotifEmisionCO.asmx HTTP/1.1 Host: www.scomp.cl 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> <Generar xmlns="http://sonda.com/webservices/scomp/"> <RutParticipe>string</RutParticipe> <IdUsuario>string</IdUsuario> <PassWord>string</PassWord> <TipoExtraccion>string</TipoExtraccion> <IdDescarga>string</IdDescarga> <fechaTope>dateTime</fechaTope> </Generar> </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> <GenerarResponse xmlns="http://sonda.com/webservices/scomp/"> <GenerarResult> <ID_DESCARGA>string</ID_DESCARGA> <ESTADO_PROCESO>int</ESTADO_PROCESO> <DESCRIPCION_ESTADO>string</DESCRIPCION_ESTADO> <CONTENIDO> <ENCABEZADO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <TIPO_ARCHIVO>string</TIPO_ARCHIVO> <FECHA_CREACION>long</FECHA_CREACION> <HORA_CREACION>long</HORA_CREACION> </ENCABEZADO> <DETALLE> <DETALLE_EMISION_CO xsi:nil="true" /> <DETALLE_EMISION_CO xsi:nil="true" /> </DETALLE> <TOTALES_FIN_ARCHIVO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CANT_REGISTROS_I>long</CANT_REGISTROS_I> <CANT_REGISTROS_D>long</CANT_REGISTROS_D> <CANT_REGISTROS_O>long</CANT_REGISTROS_O> <SUM_NUM_SOLICITUD_OFERTA>long</SUM_NUM_SOLICITUD_OFERTA> <SUM_NUM_IDENTIFICACION_OFERTA>long</SUM_NUM_IDENTIFICACION_OFERTA> <SUM_MONTO_SESION_UF>long</SUM_MONTO_SESION_UF> </TOTALES_FIN_ARCHIVO> </CONTENIDO> </GenerarResult> </GenerarResponse> </soap12:Body> </soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /wsSCOMPV2/wsNotifEmisionCO.asmx/Generar?RutParticipe=string&IdUsuario=string&PassWord=string&TipoExtraccion=string&IdDescarga=string&fechaTope=string HTTP/1.1 Host: www.scomp.cl
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <RESPUESTA_NOTIF_EMISION_CO xmlns="http://sonda.com/webservices/scomp/"> <ID_DESCARGA>string</ID_DESCARGA> <ESTADO_PROCESO>int</ESTADO_PROCESO> <DESCRIPCION_ESTADO>string</DESCRIPCION_ESTADO> <CONTENIDO> <ENCABEZADO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <TIPO_ARCHIVO>string</TIPO_ARCHIVO> <FECHA_CREACION>long</FECHA_CREACION> <HORA_CREACION>long</HORA_CREACION> </ENCABEZADO> <DETALLE> <DETALLE_EMISION_CO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <NUM_SOLICITUD_OFERTA>long</NUM_SOLICITUD_OFERTA> <FECHA_EMISION>long</FECHA_EMISION> <FECHA_VENCIMIENTO>long</FECHA_VENCIMIENTO> <SALDO_TOTAL_UF>double</SALDO_TOTAL_UF> <SALDO_UF_DESTINADO_RVI>double</SALDO_UF_DESTINADO_RVI> <TIPO_INTERMEDIACION>string</TIPO_INTERMEDIACION> <RUT_INTERMEDIARIO>long</RUT_INTERMEDIARIO> <DV_INTERMEDIARIO>string</DV_INTERMEDIARIO> <OFERTAS d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <BONOS d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </DETALLE_EMISION_CO> <DETALLE_EMISION_CO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <NUM_SOLICITUD_OFERTA>long</NUM_SOLICITUD_OFERTA> <FECHA_EMISION>long</FECHA_EMISION> <FECHA_VENCIMIENTO>long</FECHA_VENCIMIENTO> <SALDO_TOTAL_UF>double</SALDO_TOTAL_UF> <SALDO_UF_DESTINADO_RVI>double</SALDO_UF_DESTINADO_RVI> <TIPO_INTERMEDIACION>string</TIPO_INTERMEDIACION> <RUT_INTERMEDIARIO>long</RUT_INTERMEDIARIO> <DV_INTERMEDIARIO>string</DV_INTERMEDIARIO> <OFERTAS d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <BONOS d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </DETALLE_EMISION_CO> </DETALLE> <TOTALES_FIN_ARCHIVO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CANT_REGISTROS_I>long</CANT_REGISTROS_I> <CANT_REGISTROS_D>long</CANT_REGISTROS_D> <CANT_REGISTROS_O>long</CANT_REGISTROS_O> <SUM_NUM_SOLICITUD_OFERTA>long</SUM_NUM_SOLICITUD_OFERTA> <SUM_NUM_IDENTIFICACION_OFERTA>long</SUM_NUM_IDENTIFICACION_OFERTA> <SUM_MONTO_SESION_UF>long</SUM_MONTO_SESION_UF> </TOTALES_FIN_ARCHIVO> </CONTENIDO> </RESPUESTA_NOTIF_EMISION_CO>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /wsSCOMPV2/wsNotifEmisionCO.asmx/Generar HTTP/1.1 Host: www.scomp.cl Content-Type: application/x-www-form-urlencoded Content-Length: length RutParticipe=string&IdUsuario=string&PassWord=string&TipoExtraccion=string&IdDescarga=string&fechaTope=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <RESPUESTA_NOTIF_EMISION_CO xmlns="http://sonda.com/webservices/scomp/"> <ID_DESCARGA>string</ID_DESCARGA> <ESTADO_PROCESO>int</ESTADO_PROCESO> <DESCRIPCION_ESTADO>string</DESCRIPCION_ESTADO> <CONTENIDO> <ENCABEZADO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <TIPO_ARCHIVO>string</TIPO_ARCHIVO> <FECHA_CREACION>long</FECHA_CREACION> <HORA_CREACION>long</HORA_CREACION> </ENCABEZADO> <DETALLE> <DETALLE_EMISION_CO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <NUM_SOLICITUD_OFERTA>long</NUM_SOLICITUD_OFERTA> <FECHA_EMISION>long</FECHA_EMISION> <FECHA_VENCIMIENTO>long</FECHA_VENCIMIENTO> <SALDO_TOTAL_UF>double</SALDO_TOTAL_UF> <SALDO_UF_DESTINADO_RVI>double</SALDO_UF_DESTINADO_RVI> <TIPO_INTERMEDIACION>string</TIPO_INTERMEDIACION> <RUT_INTERMEDIARIO>long</RUT_INTERMEDIARIO> <DV_INTERMEDIARIO>string</DV_INTERMEDIARIO> <OFERTAS d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <BONOS d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </DETALLE_EMISION_CO> <DETALLE_EMISION_CO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <NUM_SOLICITUD_OFERTA>long</NUM_SOLICITUD_OFERTA> <FECHA_EMISION>long</FECHA_EMISION> <FECHA_VENCIMIENTO>long</FECHA_VENCIMIENTO> <SALDO_TOTAL_UF>double</SALDO_TOTAL_UF> <SALDO_UF_DESTINADO_RVI>double</SALDO_UF_DESTINADO_RVI> <TIPO_INTERMEDIACION>string</TIPO_INTERMEDIACION> <RUT_INTERMEDIARIO>long</RUT_INTERMEDIARIO> <DV_INTERMEDIARIO>string</DV_INTERMEDIARIO> <OFERTAS d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <BONOS d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </DETALLE_EMISION_CO> </DETALLE> <TOTALES_FIN_ARCHIVO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CANT_REGISTROS_I>long</CANT_REGISTROS_I> <CANT_REGISTROS_D>long</CANT_REGISTROS_D> <CANT_REGISTROS_O>long</CANT_REGISTROS_O> <SUM_NUM_SOLICITUD_OFERTA>long</SUM_NUM_SOLICITUD_OFERTA> <SUM_NUM_IDENTIFICACION_OFERTA>long</SUM_NUM_IDENTIFICACION_OFERTA> <SUM_MONTO_SESION_UF>long</SUM_MONTO_SESION_UF> </TOTALES_FIN_ARCHIVO> </CONTENIDO> </RESPUESTA_NOTIF_EMISION_CO>