wsNotifTerminoProceso
Click here for a complete list of operations.
Generar
Método de descarga de notificaciones de Término de Proceso Automático (113).
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/wsNotifTerminoProceso.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_TERM_PROC xsi:nil="true" /> <DETALLE_TERM_PROC xsi:nil="true" /> </DETALLE> <TOTALES_FIN_ARCHIVO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CANT_REG_I>long</CANT_REG_I> <SUM_NUM_SOLICITUD_OFERTA>long</SUM_NUM_SOLICITUD_OFERTA> </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/wsNotifTerminoProceso.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_TERM_PROC xsi:nil="true" /> <DETALLE_TERM_PROC xsi:nil="true" /> </DETALLE> <TOTALES_FIN_ARCHIVO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CANT_REG_I>long</CANT_REG_I> <SUM_NUM_SOLICITUD_OFERTA>long</SUM_NUM_SOLICITUD_OFERTA> </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/wsNotifTerminoProceso.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_TERM_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_TERM_PROC> <TIPO_REGISTRO>string</TIPO_REGISTRO> <FECHA_CIERRE>long</FECHA_CIERRE> <HORA_CIERRE>long</HORA_CIERRE> <CAUSAL_CIERRE>string</CAUSAL_CIERRE> <TIPO_PARTICIPE_SELEC>string</TIPO_PARTICIPE_SELEC> <NUM_SOLICITUD_OFERTA>long</NUM_SOLICITUD_OFERTA> <TIPO_DESTINO_BR>string</TIPO_DESTINO_BR> </DETALLE_TERM_PROC> <DETALLE_TERM_PROC> <TIPO_REGISTRO>string</TIPO_REGISTRO> <FECHA_CIERRE>long</FECHA_CIERRE> <HORA_CIERRE>long</HORA_CIERRE> <CAUSAL_CIERRE>string</CAUSAL_CIERRE> <TIPO_PARTICIPE_SELEC>string</TIPO_PARTICIPE_SELEC> <NUM_SOLICITUD_OFERTA>long</NUM_SOLICITUD_OFERTA> <TIPO_DESTINO_BR>string</TIPO_DESTINO_BR> </DETALLE_TERM_PROC> </DETALLE> <TOTALES_FIN_ARCHIVO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CANT_REG_I>long</CANT_REG_I> <SUM_NUM_SOLICITUD_OFERTA>long</SUM_NUM_SOLICITUD_OFERTA> </TOTALES_FIN_ARCHIVO> </CONTENIDO> </RESPUESTA_TERM_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/wsNotifTerminoProceso.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_TERM_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_TERM_PROC> <TIPO_REGISTRO>string</TIPO_REGISTRO> <FECHA_CIERRE>long</FECHA_CIERRE> <HORA_CIERRE>long</HORA_CIERRE> <CAUSAL_CIERRE>string</CAUSAL_CIERRE> <TIPO_PARTICIPE_SELEC>string</TIPO_PARTICIPE_SELEC> <NUM_SOLICITUD_OFERTA>long</NUM_SOLICITUD_OFERTA> <TIPO_DESTINO_BR>string</TIPO_DESTINO_BR> </DETALLE_TERM_PROC> <DETALLE_TERM_PROC> <TIPO_REGISTRO>string</TIPO_REGISTRO> <FECHA_CIERRE>long</FECHA_CIERRE> <HORA_CIERRE>long</HORA_CIERRE> <CAUSAL_CIERRE>string</CAUSAL_CIERRE> <TIPO_PARTICIPE_SELEC>string</TIPO_PARTICIPE_SELEC> <NUM_SOLICITUD_OFERTA>long</NUM_SOLICITUD_OFERTA> <TIPO_DESTINO_BR>string</TIPO_DESTINO_BR> </DETALLE_TERM_PROC> </DETALLE> <TOTALES_FIN_ARCHIVO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CANT_REG_I>long</CANT_REG_I> <SUM_NUM_SOLICITUD_OFERTA>long</SUM_NUM_SOLICITUD_OFERTA> </TOTALES_FIN_ARCHIVO> </CONTENIDO> </RESPUESTA_TERM_PROC>