Financiero
Click here for a complete list of operations.
sp_Cambio_M12ARC_SYS
Cambio_M12ARC_SYS.
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 /Respaldo_09122020/srv_Financiero.asmx HTTP/1.1 Host: matricula-nuevos.ulatina.ac.cr Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "https://192.168.2.49:443/srv_Financiero.asmx/sp_Cambio_M12ARC_SYS" <?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> <sp_Cambio_M12ARC_SYS xmlns="https://192.168.2.49:443/srv_Financiero.asmx"> <M05COD>string</M05COD> <M07COD>string</M07COD> <M09COD>string</M09COD> <M13COD>int</M13COD> <M12CAR>string</M12CAR> <M12NOM>string</M12NOM> <M12CED>string</M12CED> <M12DIR>string</M12DIR> <M12RES>string</M12RES> <M12TEL>string</M12TEL> <M12FAX>string</M12FAX> <M12APO>string</M12APO> <M12POD>string</M12POD> <M12CUI>int</M12CUI> <M12FNA>dateTime</M12FNA> <M12SEX>string</M12SEX> <M12LTR>string</M12LTR> <M12TET>string</M12TET> <M12CES>string</M12CES> <M12AIN>int</M12AIN> <M12OBS>string</M12OBS> <M12CLA>string</M12CLA> <M12EMA>string</M12EMA> <M12AP1>string</M12AP1> <M12AP2>string</M12AP2> <M45COD>string</M45COD> <M08COD>string</M08COD> <M10COD>string</M10COD> <M12CEL>string</M12CEL> <M12BEEP>string</M12BEEP> <M12ING>dateTime</M12ING> <M85COD>string</M85COD> <M12EST>string</M12EST> <P06COD>int</P06COD> <P07COD>string</P07COD> <P08COD>string</P08COD> <M12OCU>int</M12OCU> <M12AGS>int</M12AGS> <M12CCO>string</M12CCO> <M68COD>string</M68COD> <M73COD>string</M73COD> <M12TEL2>string</M12TEL2> <P06OCU>string</P06OCU> <P07OCU>string</P07OCU> <M12TEF>string</M12TEF> <M12EMT>string</M12EMT> </sp_Cambio_M12ARC_SYS> </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> <sp_Cambio_M12ARC_SYSResponse xmlns="https://192.168.2.49:443/srv_Financiero.asmx"> <sp_Cambio_M12ARC_SYSResult> <xsd:schema>schema</xsd:schema>xml</sp_Cambio_M12ARC_SYSResult> </sp_Cambio_M12ARC_SYSResponse> </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 /Respaldo_09122020/srv_Financiero.asmx HTTP/1.1 Host: matricula-nuevos.ulatina.ac.cr 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> <sp_Cambio_M12ARC_SYS xmlns="https://192.168.2.49:443/srv_Financiero.asmx"> <M05COD>string</M05COD> <M07COD>string</M07COD> <M09COD>string</M09COD> <M13COD>int</M13COD> <M12CAR>string</M12CAR> <M12NOM>string</M12NOM> <M12CED>string</M12CED> <M12DIR>string</M12DIR> <M12RES>string</M12RES> <M12TEL>string</M12TEL> <M12FAX>string</M12FAX> <M12APO>string</M12APO> <M12POD>string</M12POD> <M12CUI>int</M12CUI> <M12FNA>dateTime</M12FNA> <M12SEX>string</M12SEX> <M12LTR>string</M12LTR> <M12TET>string</M12TET> <M12CES>string</M12CES> <M12AIN>int</M12AIN> <M12OBS>string</M12OBS> <M12CLA>string</M12CLA> <M12EMA>string</M12EMA> <M12AP1>string</M12AP1> <M12AP2>string</M12AP2> <M45COD>string</M45COD> <M08COD>string</M08COD> <M10COD>string</M10COD> <M12CEL>string</M12CEL> <M12BEEP>string</M12BEEP> <M12ING>dateTime</M12ING> <M85COD>string</M85COD> <M12EST>string</M12EST> <P06COD>int</P06COD> <P07COD>string</P07COD> <P08COD>string</P08COD> <M12OCU>int</M12OCU> <M12AGS>int</M12AGS> <M12CCO>string</M12CCO> <M68COD>string</M68COD> <M73COD>string</M73COD> <M12TEL2>string</M12TEL2> <P06OCU>string</P06OCU> <P07OCU>string</P07OCU> <M12TEF>string</M12TEF> <M12EMT>string</M12EMT> </sp_Cambio_M12ARC_SYS> </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> <sp_Cambio_M12ARC_SYSResponse xmlns="https://192.168.2.49:443/srv_Financiero.asmx"> <sp_Cambio_M12ARC_SYSResult> <xsd:schema>schema</xsd:schema>xml</sp_Cambio_M12ARC_SYSResult> </sp_Cambio_M12ARC_SYSResponse> </soap12:Body> </soap12:Envelope>