Service1


Click here for a complete list of operations.

InsertaMaestroCliente

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 /ContratosConReajuste.asmx HTTP/1.1
Host: 200.185.71.177
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/InsertaMaestroCliente"

<?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>
    <InsertaMaestroCliente xmlns="http://tempuri.org/">
      <flujo>string</flujo>
      <grp_cta>string</grp_cta>
      <rut_cli>string</rut_cli>
      <soc_sodx>string</soc_sodx>
      <orgn>string</orgn>
      <can_dist>string</can_dist>
      <sect>string</sect>
      <dci_telef>string</dci_telef>
      <raz_soc>string</raz_soc>
      <dci_rut>string</dci_rut>
      <condic>string</condic>
      <tesor>string</tesor>
      <cuent_asoc>string</cuent_asoc>
      <ae_fax>string</ae_fax>
      <ae_telef>string</ae_telef>
      <ae_apar_pos>string</ae_apar_pos>
      <region>string</region>
      <pais>string</pais>
      <comuna>string</comuna>
      <ae_cod_pos>string</ae_cod_pos>
      <provincia>string</provincia>
      <direccion2>string</direccion2>
      <cc_direccion>string</cc_direccion>
      <ae_conc_busq>string</ae_conc_busq>
      <giro>string</giro>
      <cc_nombre>string</cc_nombre>
      <ae_trat>string</ae_trat>
      <n_iden_fisc>string</n_iden_fisc>
      <idioma>string</idioma>
      <codigoIla>string</codigoIla>
      <respLegal>string</respLegal>
      <email>string</email>
      <clasRiesg>string</clasRiesg>
      <EstFerrExp>string</EstFerrExp>
      <ivaRepercutido>string</ivaRepercutido>
      <tratPostFac>string</tratPostFac>
      <rapel>string</rapel>
      <deterPrec>string</deterPrec>
      <cflujTra>string</cflujTra>
      <nombreGrilla>string</nombreGrilla>
      <strNombreCampo>string</strNombreCampo>
      <DEBUG>string</DEBUG>
    </InsertaMaestroCliente>
  </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>
    <InsertaMaestroClienteResponse xmlns="http://tempuri.org/">
      <InsertaMaestroClienteResult>xml</InsertaMaestroClienteResult>
    </InsertaMaestroClienteResponse>
  </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 /ContratosConReajuste.asmx HTTP/1.1
Host: 200.185.71.177
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>
    <InsertaMaestroCliente xmlns="http://tempuri.org/">
      <flujo>string</flujo>
      <grp_cta>string</grp_cta>
      <rut_cli>string</rut_cli>
      <soc_sodx>string</soc_sodx>
      <orgn>string</orgn>
      <can_dist>string</can_dist>
      <sect>string</sect>
      <dci_telef>string</dci_telef>
      <raz_soc>string</raz_soc>
      <dci_rut>string</dci_rut>
      <condic>string</condic>
      <tesor>string</tesor>
      <cuent_asoc>string</cuent_asoc>
      <ae_fax>string</ae_fax>
      <ae_telef>string</ae_telef>
      <ae_apar_pos>string</ae_apar_pos>
      <region>string</region>
      <pais>string</pais>
      <comuna>string</comuna>
      <ae_cod_pos>string</ae_cod_pos>
      <provincia>string</provincia>
      <direccion2>string</direccion2>
      <cc_direccion>string</cc_direccion>
      <ae_conc_busq>string</ae_conc_busq>
      <giro>string</giro>
      <cc_nombre>string</cc_nombre>
      <ae_trat>string</ae_trat>
      <n_iden_fisc>string</n_iden_fisc>
      <idioma>string</idioma>
      <codigoIla>string</codigoIla>
      <respLegal>string</respLegal>
      <email>string</email>
      <clasRiesg>string</clasRiesg>
      <EstFerrExp>string</EstFerrExp>
      <ivaRepercutido>string</ivaRepercutido>
      <tratPostFac>string</tratPostFac>
      <rapel>string</rapel>
      <deterPrec>string</deterPrec>
      <cflujTra>string</cflujTra>
      <nombreGrilla>string</nombreGrilla>
      <strNombreCampo>string</strNombreCampo>
      <DEBUG>string</DEBUG>
    </InsertaMaestroCliente>
  </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>
    <InsertaMaestroClienteResponse xmlns="http://tempuri.org/">
      <InsertaMaestroClienteResult>xml</InsertaMaestroClienteResult>
    </InsertaMaestroClienteResponse>
  </soap12:Body>
</soap12:Envelope>