wsNotifVencProceso
Click here for a complete list of operations.
Generar
Método de descarga de notificaciones de Vencimiento de Proceso (116-117).
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/wsNotifVencProceso.asmx HTTP/1.1 Host: www.scomp.cl Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/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://tempuri.org/"> <RutParticipe>string</RutParticipe> <IdUsuario>string</IdUsuario> <PassWord>string</PassWord> <TipoExtraccion>string</TipoExtraccion> <IdDescarga>string</IdDescarga> </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://tempuri.org/"> <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_VENC_PROC xsi:nil="true" /> <DETALLE_VENC_PROC xsi:nil="true" /> </DETALLE> <TOTALES_FIN_ARCHIVO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CANT_REG_I>long</CANT_REG_I> <SUM_FOLIO_CERTIFICADO>long</SUM_FOLIO_CERTIFICADO> </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/wsNotifVencProceso.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://tempuri.org/"> <RutParticipe>string</RutParticipe> <IdUsuario>string</IdUsuario> <PassWord>string</PassWord> <TipoExtraccion>string</TipoExtraccion> <IdDescarga>string</IdDescarga> </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://tempuri.org/"> <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_VENC_PROC xsi:nil="true" /> <DETALLE_VENC_PROC xsi:nil="true" /> </DETALLE> <TOTALES_FIN_ARCHIVO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CANT_REG_I>long</CANT_REG_I> <SUM_FOLIO_CERTIFICADO>long</SUM_FOLIO_CERTIFICADO> </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/wsNotifVencProceso.asmx/Generar?RutParticipe=string&IdUsuario=string&PassWord=string&TipoExtraccion=string&IdDescarga=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_VENC_PROC xmlns="http://tempuri.org/"> <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_VENC_PROC> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CAUSAL_VENCIMIENTO>int</CAUSAL_VENCIMIENTO> <RUT_AFILIADO>long</RUT_AFILIADO> <DV_RUT_AFILIADO>string</DV_RUT_AFILIADO> <APE_PATERNO>string</APE_PATERNO> <APE_MATERNO>string</APE_MATERNO> <NOMBRE>string</NOMBRE> <TIPO_PENSION>string</TIPO_PENSION> <IND_CAMBIO_MODALIDAD>string</IND_CAMBIO_MODALIDAD> <FOLIO_CERTIFICADO>long</FOLIO_CERTIFICADO> <FECHA_VIGENCIA_CERTIFICADO>long</FECHA_VIGENCIA_CERTIFICADO> <FECHA_VIGENCIA_ULTIMA_OFERTA>long</FECHA_VIGENCIA_ULTIMA_OFERTA> </DETALLE_VENC_PROC> <DETALLE_VENC_PROC> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CAUSAL_VENCIMIENTO>int</CAUSAL_VENCIMIENTO> <RUT_AFILIADO>long</RUT_AFILIADO> <DV_RUT_AFILIADO>string</DV_RUT_AFILIADO> <APE_PATERNO>string</APE_PATERNO> <APE_MATERNO>string</APE_MATERNO> <NOMBRE>string</NOMBRE> <TIPO_PENSION>string</TIPO_PENSION> <IND_CAMBIO_MODALIDAD>string</IND_CAMBIO_MODALIDAD> <FOLIO_CERTIFICADO>long</FOLIO_CERTIFICADO> <FECHA_VIGENCIA_CERTIFICADO>long</FECHA_VIGENCIA_CERTIFICADO> <FECHA_VIGENCIA_ULTIMA_OFERTA>long</FECHA_VIGENCIA_ULTIMA_OFERTA> </DETALLE_VENC_PROC> </DETALLE> <TOTALES_FIN_ARCHIVO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CANT_REG_I>long</CANT_REG_I> <SUM_FOLIO_CERTIFICADO>long</SUM_FOLIO_CERTIFICADO> </TOTALES_FIN_ARCHIVO> </CONTENIDO> </RESPUESTA_VENC_PROC>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /wsSCOMPV2/wsNotifVencProceso.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
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <RESPUESTA_VENC_PROC xmlns="http://tempuri.org/"> <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_VENC_PROC> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CAUSAL_VENCIMIENTO>int</CAUSAL_VENCIMIENTO> <RUT_AFILIADO>long</RUT_AFILIADO> <DV_RUT_AFILIADO>string</DV_RUT_AFILIADO> <APE_PATERNO>string</APE_PATERNO> <APE_MATERNO>string</APE_MATERNO> <NOMBRE>string</NOMBRE> <TIPO_PENSION>string</TIPO_PENSION> <IND_CAMBIO_MODALIDAD>string</IND_CAMBIO_MODALIDAD> <FOLIO_CERTIFICADO>long</FOLIO_CERTIFICADO> <FECHA_VIGENCIA_CERTIFICADO>long</FECHA_VIGENCIA_CERTIFICADO> <FECHA_VIGENCIA_ULTIMA_OFERTA>long</FECHA_VIGENCIA_ULTIMA_OFERTA> </DETALLE_VENC_PROC> <DETALLE_VENC_PROC> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CAUSAL_VENCIMIENTO>int</CAUSAL_VENCIMIENTO> <RUT_AFILIADO>long</RUT_AFILIADO> <DV_RUT_AFILIADO>string</DV_RUT_AFILIADO> <APE_PATERNO>string</APE_PATERNO> <APE_MATERNO>string</APE_MATERNO> <NOMBRE>string</NOMBRE> <TIPO_PENSION>string</TIPO_PENSION> <IND_CAMBIO_MODALIDAD>string</IND_CAMBIO_MODALIDAD> <FOLIO_CERTIFICADO>long</FOLIO_CERTIFICADO> <FECHA_VIGENCIA_CERTIFICADO>long</FECHA_VIGENCIA_CERTIFICADO> <FECHA_VIGENCIA_ULTIMA_OFERTA>long</FECHA_VIGENCIA_ULTIMA_OFERTA> </DETALLE_VENC_PROC> </DETALLE> <TOTALES_FIN_ARCHIVO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CANT_REG_I>long</CANT_REG_I> <SUM_FOLIO_CERTIFICADO>long</SUM_FOLIO_CERTIFICADO> </TOTALES_FIN_ARCHIVO> </CONTENIDO> </RESPUESTA_VENC_PROC>