wsQUAS


Click here for a complete list of operations.

Guardar_Cliente

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 /WebService_QUAS/wsQUAS.asmx HTTP/1.1
Host: www.evrosoft.cl
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.evrosoft.cl/Guardar_Cliente"

<?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>
    <Guardar_Cliente xmlns="http://www.evrosoft.cl/">
      <ax_Codigo>string</ax_Codigo>
      <ax_RazonSocial>string</ax_RazonSocial>
      <ax_Direccion>string</ax_Direccion>
      <ax_Pais>string</ax_Pais>
      <ax_Region>string</ax_Region>
      <ax_Ciudad>string</ax_Ciudad>
      <ax_Comuna>string</ax_Comuna>
      <ax_FormaDePago>string</ax_FormaDePago>
      <ax_PlazoDePago>string</ax_PlazoDePago>
      <ax_Vendedor>string</ax_Vendedor>
      <ax_Contacto>string</ax_Contacto>
      <ax_EMail>string</ax_EMail>
      <ax_Telefono>string</ax_Telefono>
      <ax_NombreFantasia>string</ax_NombreFantasia>
      <ax_Giro>string</ax_Giro>
      <ax_DireccionesMultiples>string</ax_DireccionesMultiples>
      <ax_MostrarGuiasFacturas>string</ax_MostrarGuiasFacturas>
      <ax_CentroEconomico>string</ax_CentroEconomico>
      <ax_Bloqueado>string</ax_Bloqueado>
      <ax_ContactoFinanzas>string</ax_ContactoFinanzas>
      <ax_EMailFinanzas>string</ax_EMailFinanzas>
      <ax_TelefonoFinanzas>string</ax_TelefonoFinanzas>
      <ax_Observaciones>string</ax_Observaciones>
    </Guardar_Cliente>
  </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>
    <Guardar_ClienteResponse xmlns="http://www.evrosoft.cl/">
      <Guardar_ClienteResult>boolean</Guardar_ClienteResult>
    </Guardar_ClienteResponse>
  </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 /WebService_QUAS/wsQUAS.asmx HTTP/1.1
Host: www.evrosoft.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>
    <Guardar_Cliente xmlns="http://www.evrosoft.cl/">
      <ax_Codigo>string</ax_Codigo>
      <ax_RazonSocial>string</ax_RazonSocial>
      <ax_Direccion>string</ax_Direccion>
      <ax_Pais>string</ax_Pais>
      <ax_Region>string</ax_Region>
      <ax_Ciudad>string</ax_Ciudad>
      <ax_Comuna>string</ax_Comuna>
      <ax_FormaDePago>string</ax_FormaDePago>
      <ax_PlazoDePago>string</ax_PlazoDePago>
      <ax_Vendedor>string</ax_Vendedor>
      <ax_Contacto>string</ax_Contacto>
      <ax_EMail>string</ax_EMail>
      <ax_Telefono>string</ax_Telefono>
      <ax_NombreFantasia>string</ax_NombreFantasia>
      <ax_Giro>string</ax_Giro>
      <ax_DireccionesMultiples>string</ax_DireccionesMultiples>
      <ax_MostrarGuiasFacturas>string</ax_MostrarGuiasFacturas>
      <ax_CentroEconomico>string</ax_CentroEconomico>
      <ax_Bloqueado>string</ax_Bloqueado>
      <ax_ContactoFinanzas>string</ax_ContactoFinanzas>
      <ax_EMailFinanzas>string</ax_EMailFinanzas>
      <ax_TelefonoFinanzas>string</ax_TelefonoFinanzas>
      <ax_Observaciones>string</ax_Observaciones>
    </Guardar_Cliente>
  </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>
    <Guardar_ClienteResponse xmlns="http://www.evrosoft.cl/">
      <Guardar_ClienteResult>boolean</Guardar_ClienteResult>
    </Guardar_ClienteResponse>
  </soap12:Body>
</soap12:Envelope>