WsRecalculoRP
Click here for a complete list of operations.
Recepcionar
Metodo que recepciona y valida en forma masiva las interfaces electrónicas de Recálculo de Retiro Programado a ser procesados en SCOMP.
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 /wsSCOMPV2/WsRecalculoRP.asmx HTTP/1.1 Host: www.scomp.cl Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://sonda.com/webservices/scomp/Recepcionar" <?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> <Recepcionar xmlns="http://sonda.com/webservices/scomp/"> <IdUsuario>string</IdUsuario> <ArchivoRecalculoRp> <TIPO_REGISTRO>string</TIPO_REGISTRO> <TIPO_ARCHIVO>string</TIPO_ARCHIVO> <ADM_ORIGEN_ARCHIVO>int</ADM_ORIGEN_ARCHIVO> <FECHA_CREACION>int</FECHA_CREACION> <HORA_CREACION>int</HORA_CREACION> <IDENTIF_RESPONSABLE>string</IDENTIF_RESPONSABLE> <REGISTROS> <REGISTRO_CONTROL_RECALCULO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <NUM_SOLICITUD_OFERTA>long</NUM_SOLICITUD_OFERTA> <OPCION_CALCULO_RP>string</OPCION_CALCULO_RP> <POTENCIAL_DERECHO_ELD>string</POTENCIAL_DERECHO_ELD> <MON_POTENCIAL_DERECHO_ELD_BONO>double</MON_POTENCIAL_DERECHO_ELD_BONO> <MON_POTENCIAL_ELD_UF_SIN_BONO>double</MON_POTENCIAL_ELD_UF_SIN_BONO> <CAN_REG_PRI_ANUALIDAD>int</CAN_REG_PRI_ANUALIDAD> <CAN_REG_PRO_RET_PROGRAMADO>int</CAN_REG_PRO_RET_PROGRAMADO> <ESTIMACIONES xsi:nil="true" /> <ESTIMACIONES_ADM xsi:nil="true" /> </REGISTRO_CONTROL_RECALCULO> <REGISTRO_CONTROL_RECALCULO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <NUM_SOLICITUD_OFERTA>long</NUM_SOLICITUD_OFERTA> <OPCION_CALCULO_RP>string</OPCION_CALCULO_RP> <POTENCIAL_DERECHO_ELD>string</POTENCIAL_DERECHO_ELD> <MON_POTENCIAL_DERECHO_ELD_BONO>double</MON_POTENCIAL_DERECHO_ELD_BONO> <MON_POTENCIAL_ELD_UF_SIN_BONO>double</MON_POTENCIAL_ELD_UF_SIN_BONO> <CAN_REG_PRI_ANUALIDAD>int</CAN_REG_PRI_ANUALIDAD> <CAN_REG_PRO_RET_PROGRAMADO>int</CAN_REG_PRO_RET_PROGRAMADO> <ESTIMACIONES xsi:nil="true" /> <ESTIMACIONES_ADM xsi:nil="true" /> </REGISTRO_CONTROL_RECALCULO> </REGISTROS> <TOTALES> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CANT_REG_ARCHIVO>long</CANT_REG_ARCHIVO> <CANT_REG_ARCHIVO_TIPO_I>int</CANT_REG_ARCHIVO_TIPO_I> <CANT_REG_ARCHIVO_TIPO_A>int</CANT_REG_ARCHIVO_TIPO_A> <CANT_REG_ARCHIVO_TIPO_R>int</CANT_REG_ARCHIVO_TIPO_R> <SUM_CONTROL_MON_NETO_PENSION_UF_A>double</SUM_CONTROL_MON_NETO_PENSION_UF_A> <SUM_CONTROL_MON_NETO_PENSION_UF_R>double</SUM_CONTROL_MON_NETO_PENSION_UF_R> </TOTALES> </ArchivoRecalculoRp> </Recepcionar> </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> <RecepcionarResponse xmlns="http://sonda.com/webservices/scomp/"> <RecepcionarResult> <CODIGO_PARTICIPE>int</CODIGO_PARTICIPE> <FECHA_RECEPCION>dateTime</FECHA_RECEPCION> <ESTADO_ACEPTACION>int</ESTADO_ACEPTACION> <COD_EVENTO_BITACORA>long</COD_EVENTO_BITACORA> </RecepcionarResult> </RecepcionarResponse> </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/WsRecalculoRP.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> <Recepcionar xmlns="http://sonda.com/webservices/scomp/"> <IdUsuario>string</IdUsuario> <ArchivoRecalculoRp> <TIPO_REGISTRO>string</TIPO_REGISTRO> <TIPO_ARCHIVO>string</TIPO_ARCHIVO> <ADM_ORIGEN_ARCHIVO>int</ADM_ORIGEN_ARCHIVO> <FECHA_CREACION>int</FECHA_CREACION> <HORA_CREACION>int</HORA_CREACION> <IDENTIF_RESPONSABLE>string</IDENTIF_RESPONSABLE> <REGISTROS> <REGISTRO_CONTROL_RECALCULO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <NUM_SOLICITUD_OFERTA>long</NUM_SOLICITUD_OFERTA> <OPCION_CALCULO_RP>string</OPCION_CALCULO_RP> <POTENCIAL_DERECHO_ELD>string</POTENCIAL_DERECHO_ELD> <MON_POTENCIAL_DERECHO_ELD_BONO>double</MON_POTENCIAL_DERECHO_ELD_BONO> <MON_POTENCIAL_ELD_UF_SIN_BONO>double</MON_POTENCIAL_ELD_UF_SIN_BONO> <CAN_REG_PRI_ANUALIDAD>int</CAN_REG_PRI_ANUALIDAD> <CAN_REG_PRO_RET_PROGRAMADO>int</CAN_REG_PRO_RET_PROGRAMADO> <ESTIMACIONES xsi:nil="true" /> <ESTIMACIONES_ADM xsi:nil="true" /> </REGISTRO_CONTROL_RECALCULO> <REGISTRO_CONTROL_RECALCULO> <TIPO_REGISTRO>string</TIPO_REGISTRO> <NUM_SOLICITUD_OFERTA>long</NUM_SOLICITUD_OFERTA> <OPCION_CALCULO_RP>string</OPCION_CALCULO_RP> <POTENCIAL_DERECHO_ELD>string</POTENCIAL_DERECHO_ELD> <MON_POTENCIAL_DERECHO_ELD_BONO>double</MON_POTENCIAL_DERECHO_ELD_BONO> <MON_POTENCIAL_ELD_UF_SIN_BONO>double</MON_POTENCIAL_ELD_UF_SIN_BONO> <CAN_REG_PRI_ANUALIDAD>int</CAN_REG_PRI_ANUALIDAD> <CAN_REG_PRO_RET_PROGRAMADO>int</CAN_REG_PRO_RET_PROGRAMADO> <ESTIMACIONES xsi:nil="true" /> <ESTIMACIONES_ADM xsi:nil="true" /> </REGISTRO_CONTROL_RECALCULO> </REGISTROS> <TOTALES> <TIPO_REGISTRO>string</TIPO_REGISTRO> <CANT_REG_ARCHIVO>long</CANT_REG_ARCHIVO> <CANT_REG_ARCHIVO_TIPO_I>int</CANT_REG_ARCHIVO_TIPO_I> <CANT_REG_ARCHIVO_TIPO_A>int</CANT_REG_ARCHIVO_TIPO_A> <CANT_REG_ARCHIVO_TIPO_R>int</CANT_REG_ARCHIVO_TIPO_R> <SUM_CONTROL_MON_NETO_PENSION_UF_A>double</SUM_CONTROL_MON_NETO_PENSION_UF_A> <SUM_CONTROL_MON_NETO_PENSION_UF_R>double</SUM_CONTROL_MON_NETO_PENSION_UF_R> </TOTALES> </ArchivoRecalculoRp> </Recepcionar> </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> <RecepcionarResponse xmlns="http://sonda.com/webservices/scomp/"> <RecepcionarResult> <CODIGO_PARTICIPE>int</CODIGO_PARTICIPE> <FECHA_RECEPCION>dateTime</FECHA_RECEPCION> <ESTADO_ACEPTACION>int</ESTADO_ACEPTACION> <COD_EVENTO_BITACORA>long</COD_EVENTO_BITACORA> </RecepcionarResult> </RecepcionarResponse> </soap12:Body> </soap12:Envelope>