{
"ventas": [
{
"cliente": {
"cliente": "María Pérez Comercial S.A.",
"rucCed": "1791234567001",
"direccion": "Av. 6 de Diciembre N34-123 y Whymper, Quito",
"telefonos": "02-2456789 \/ 0987654321"
},
"venta": {
"numero": "001-001-000000001",
"serie": "001-001",
"fecha": "2026-01-25",
"total": 896,
"iva": 96,
"subtotal": 800,
"subtotal_neto": 800,
"subtotal_iva_0": 0,
"subtotal_iva": 800,
"descuento": 0,
"anulada": 0,
"forma_pago_id": 1,
"punto_venta": 1,
"cuenta_cliente": "1.1.2.05.01",
"cuenta_bienes": "4.1.1.01.01",
"cuenta_servicio": "0",
"facturaDetalle": [
{
"codigo": "PROD001",
"descripcion": "Producto 1",
"destino": "bienes",
"cantidad": 2,
"unitario": 350,
"iva": 12,
"descuento": 0
},
{
"codigo": "PROD002",
"descripcion": "Producto 2",
"destino": "bienes",
"cantidad": 4,
"unitario": 25,
"iva": 12,
"descuento": 0
},
{
"codigo": "PROD003",
"descripcion": "Producto 3",
"destino": "bienes",
"cantidad": 2,
"unitario": 50,
"iva": 12,
"descuento": 0
}
]
}
},
{
"cliente": {
"cliente": "Flores y Flores",
"rucCed": "CL00012",
"direccion": "123 Main Street, Suite 500, Miami, FL 33131, USA",
"telefonos": "+1-305-123-4567"
},
"venta": {
"numero": "001-001-000000002",
"serie": "001-001",
"fecha": "2026-01-26",
"total": 2240,
"iva": 240,
"subtotal": 2000,
"subtotal_neto": 2000,
"subtotal_iva_0": 0,
"subtotal_iva": 2000,
"descuento": 0,
"anulada": 0,
"forma_pago_id": 2,
"punto_venta": 1,
"cuenta_cliente": "1.1.2.05.02",
"cuenta_bienes": "4.1.1.01.02",
"cuenta_servicio": "0",
"facturaDetalle": [
{
"codigo": "PROD004",
"descripcion": "Producto 4",
"destino": "bienes",
"cantidad": 1,
"unitario": 1500,
"iva": 12,
"descuento": 0
},
{
"codigo": "PROD005",
"descripcion": "Producto 5",
"destino": "bienes",
"cantidad": 1,
"unitario": 500,
"iva": 12,
"descuento": 0
}
]
},
"exportacion": {
"anio": "2026",
"fechaEmbarque": "2026-01-28",
"exportacionDe": "01",
"tipoComprobante": "16",
"distAduanero": "055",
"regimen": "40",
"correlativo": "2026000001",
"docTransp": "GUIA-2026-001",
"valorFOB": 2000,
"valorFOBComprobante": 2000,
"establecimiento": "001",
"puntoEmision": "001",
"secuencial": "000000002",
"autorizacion": "2601202601179123456700120010010000000021234567812",
"fechaEmision": "2026-01-26",
"paisEfecExp": "110"
}
},
{
"cliente": {
"cliente": "Constructora Andina Cía. Ltda.",
"rucCed": "1790123456001",
"direccion": "Av. Naciones Unidas E4-676 y Amazonas, Quito",
"telefonos": "02-3334455"
},
"venta": {
"numero": "001-001-000000003",
"serie": "001-001",
"fecha": "2026-01-27",
"total": 1120,
"iva": 120,
"subtotal": 1000,
"subtotal_neto": 1000,
"subtotal_iva_0": 0,
"subtotal_iva": 1000,
"descuento": 0,
"anulada": 0,
"forma_pago_id": 3,
"punto_venta": 1,
"cuenta_cliente": "1.1.2.05.02",
"cuenta_bienes": "0",
"cuenta_servicio": "4.1.1.01.02",
"facturaDetalle": [
{
"codigo": "SERV002",
"descripcion": "Consultoría en Sistemas de Información",
"destino": "servicio",
"cantidad": 20,
"unitario": 50,
"iva": 12,
"descuento": 0
}
]
}
}
]
}Enviando datos al servidor...
Clientes Procesados
(0 nuevos)Facturas Procesadas
(0 nuevas)Exportaciones Procesadas
(0 nuevas){
"status": "SUCCESS",
"timestamp": "2026-07-28 06:15:25",
"key": "1234567890",
"clientes_procesados": 3,
"clientes_nuevos": 0,
"facturas_procesadas": 3,
"facturas_nuevas": 0,
"exportaciones_procesadas": 1,
"exportaciones_nuevas": 0,
"mensajes": [
{
"tipo": "INFO",
"seccion": "cliente",
"mensaje": "Cliente María Pérez Comercial S.A. actualizado"
},
{
"tipo": "INFO",
"seccion": "venta",
"mensaje": "Factura 001-001-000000001 ya existe, actualizando"
},
{
"tipo": "SUCCESS",
"seccion": "venta",
"mensaje": "Factura 001-001-000000001 procesada correctamente"
},
{
"tipo": "INFO",
"seccion": "cliente",
"mensaje": "Cliente Flores y Flores actualizado"
},
{
"tipo": "INFO",
"seccion": "venta",
"mensaje": "Factura 001-001-000000002 ya existe, actualizando"
},
{
"tipo": "SUCCESS",
"seccion": "venta",
"mensaje": "Factura 001-001-000000002 procesada correctamente"
},
{
"tipo": "INFO",
"seccion": "exportacion",
"mensaje": "Exportación 000000002 actualizada correctamente"
},
{
"tipo": "INFO",
"seccion": "cliente",
"mensaje": "Cliente Constructora Andina Cía. Ltda. actualizado"
},
{
"tipo": "INFO",
"seccion": "venta",
"mensaje": "Factura 001-001-000000003 ya existe, actualizando"
},
{
"tipo": "SUCCESS",
"seccion": "venta",
"mensaje": "Factura 001-001-000000003 procesada correctamente"
}
]
}POST /contabil/webservice/PuntoJson_Secured.php HTTP/1.0
Host: w3ndi.com:443
User-Agent: NuSOAP/0.9.5 (1.123)
Content-Type: text/xml; charset=ISO-8859-1
SOAPAction: "https://w3ndi.com/contabil/webservice/PuntoJson_Secured.php/ExportarVentas"
Content-Length: 5187
<?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://localhost/contabil"><SOAP-ENV:Body><tns:ExportarVentas xmlns:tns="http://localhost/contabil"><datos xsi:type="xsd:string">{"ventas":[{"cliente":{"cliente":"María Pérez Comercial S.A.","rucCed":"1791234567001","direccion":"Av. 6 de Diciembre N34-123 y Whymper, Quito","telefonos":"02-2456789 \/ 0987654321"},"venta":{"numero":"001-001-000000001","serie":"001-001","fecha":"2026-01-25","total":896,"iva":96,"subtotal":800,"subtotal_neto":800,"subtotal_iva_0":0,"subtotal_iva":800,"descuento":0,"anulada":0,"forma_pago_id":1,"punto_venta":1,"cuenta_cliente":"1.1.2.05.01","cuenta_bienes":"4.1.1.01.01","cuenta_servicio":"0","facturaDetalle":[{"codigo":"PROD001","descripcion":"Producto 1","destino":"bienes","cantidad":2,"unitario":350,"iva":12,"descuento":0},{"codigo":"PROD002","descripcion":"Producto 2","destino":"bienes","cantidad":4,"unitario":25,"iva":12,"descuento":0},{"codigo":"PROD003","descripcion":"Producto 3","destino":"bienes","cantidad":2,"unitario":50,"iva":12,"descuento":0}]}},{"cliente":{"cliente":"Flores y Flores","rucCed":"CL00012","direccion":"123 Main Street, Suite 500, Miami, FL 33131, USA","telefonos":"+1-305-123-4567"},"venta":{"numero":"001-001-000000002","serie":"001-001","fecha":"2026-01-26","total":2240,"iva":240,"subtotal":2000,"subtotal_neto":2000,"subtotal_iva_0":0,"subtotal_iva":2000,"descuento":0,"anulada":0,"forma_pago_id":2,"punto_venta":1,"cuenta_cliente":"1.1.2.05.02","cuenta_bienes":"4.1.1.01.02","cuenta_servicio":"0","facturaDetalle":[{"codigo":"PROD004","descripcion":"Producto 4","destino":"bienes","cantidad":1,"unitario":1500,"iva":12,"descuento":0},{"codigo":"PROD005","descripcion":"Producto 5","destino":"bienes","cantidad":1,"unitario":500,"iva":12,"descuento":0}]},"exportacion":{"anio":"2026","fechaEmbarque":"2026-01-28","exportacionDe":"01","tipoComprobante":"16","distAduanero":"055","regimen":"40","correlativo":"2026000001","docTransp":"GUIA-2026-001","valorFOB":2000,"valorFOBComprobante":2000,"establecimiento":"001","puntoEmision":"001","secuencial":"000000002","autorizacion":"2601202601179123456700120010010000000021234567812","fechaEmision":"2026-01-26","paisEfecExp":"110"}},{"cliente":{"cliente":"Constructora Andina Cía. Ltda.","rucCed":"1790123456001","direccion":"Av. Naciones Unidas E4-676 y Amazonas, Quito","telefonos":"02-3334455"},"venta":{"numero":"001-001-000000003","serie":"001-001","fecha":"2026-01-27","total":1120,"iva":120,"subtotal":1000,"subtotal_neto":1000,"subtotal_iva_0":0,"subtotal_iva":1000,"descuento":0,"anulada":0,"forma_pago_id":3,"punto_venta":1,"cuenta_cliente":"1.1.2.05.02","cuenta_bienes":"0","cuenta_servicio":"4.1.1.01.02","facturaDetalle":[{"codigo":"SERV002","descripcion":"Consultoría en Sistemas de Información","destino":"servicio","cantidad":20,"unitario":50,"iva":12,"descuento":0}]}}]}</datos><ruc xsi:type="xsd:string">1234567890</ruc></tns:ExportarVentas></SOAP-ENV:Body></SOAP-ENV:Envelope>HTTP/1.1 200 OK
Server: nginx
Date: Tue, 28 Jul 2026 11:15:25 GMT
Content-Type: text/xml; charset=ISO-8859-1
Transfer-Encoding: chunked
Connection: keep-alive
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
Strict-Transport-Security: max-age=31536000; includeSubDomains
Content-Security-Policy: default-src 'self'
Referrer-Policy: strict-origin-when-cross-origin
X-SOAP-Server: NuSOAP/0.9.5 (1.123)
<?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:ExportarVentasResponse xmlns:ns1="http://localhost/contabil"><return xsi:type="xsd:string">{"status":"SUCCESS","timestamp":"2026-07-28 06:15:25","key":"1234567890","clientes_procesados":3,"clientes_nuevos":0,"facturas_procesadas":3,"facturas_nuevas":0,"exportaciones_procesadas":1,"exportaciones_nuevas":0,"mensajes":[{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente María Pérez Comercial S.A. actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000001 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000001 procesada correctamente"},{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente Flores y Flores actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000002 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000002 procesada correctamente"},{"tipo":"INFO","seccion":"exportacion","mensaje":"Exportación 000000002 actualizada correctamente"},{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente Constructora Andina Cía. Ltda. actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000003 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000003 procesada correctamente"}]}</return></ns1:ExportarVentasResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>2026-07-28 11:15:24.144276 nusoap_client: ctor wsdl=wsdl timeout=0 response_timeout=30
endpoint=string(64) "https://w3ndi.com/contabil/webservice/PuntoJson_Secured.php?wsdl"
2026-07-28 11:15:24.144411 nusoap_client: will use lazy evaluation of wsdl from https://w3ndi.com/contabil/webservice/PuntoJson_Secured.php?wsdl
2026-07-28 11:15:24.144674 nusoap_client: call: operation=ExportarVentas, namespace=http://tempuri.org, soapAction=, rpcParams=, style=rpc, use=encoded, endpointType=wsdl
params=array(2) {
["datos"]=>
string(2683) "{"ventas":[{"cliente":{"cliente":"María Pérez Comercial S.A.","rucCed":"1791234567001","direccion":"Av. 6 de Diciembre N34-123 y Whymper, Quito","telefonos":"02-2456789 \/ 0987654321"},"venta":{"numero":"001-001-000000001","serie":"001-001","fecha":"2026-01-25","total":896,"iva":96,"subtotal":800,"subtotal_neto":800,"subtotal_iva_0":0,"subtotal_iva":800,"descuento":0,"anulada":0,"forma_pago_id":1,"punto_venta":1,"cuenta_cliente":"1.1.2.05.01","cuenta_bienes":"4.1.1.01.01","cuenta_servicio":"0","facturaDetalle":[{"codigo":"PROD001","descripcion":"Producto 1","destino":"bienes","cantidad":2,"unitario":350,"iva":12,"descuento":0},{"codigo":"PROD002","descripcion":"Producto 2","destino":"bienes","cantidad":4,"unitario":25,"iva":12,"descuento":0},{"codigo":"PROD003","descripcion":"Producto 3","destino":"bienes","cantidad":2,"unitario":50,"iva":12,"descuento":0}]}},{"cliente":{"cliente":"Flores y Flores","rucCed":"CL00012","direccion":"123 Main Street, Suite 500, Miami, FL 33131, USA","telefonos":"+1-305-123-4567"},"venta":{"numero":"001-001-000000002","serie":"001-001","fecha":"2026-01-26","total":2240,"iva":240,"subtotal":2000,"subtotal_neto":2000,"subtotal_iva_0":0,"subtotal_iva":2000,"descuento":0,"anulada":0,"forma_pago_id":2,"punto_venta":1,"cuenta_cliente":"1.1.2.05.02","cuenta_bienes":"4.1.1.01.02","cuenta_servicio":"0","facturaDetalle":[{"codigo":"PROD004","descripcion":"Producto 4","destino":"bienes","cantidad":1,"unitario":1500,"iva":12,"descuento":0},{"codigo":"PROD005","descripcion":"Producto 5","destino":"bienes","cantidad":1,"unitario":500,"iva":12,"descuento":0}]},"exportacion":{"anio":"2026","fechaEmbarque":"2026-01-28","exportacionDe":"01","tipoComprobante":"16","distAduanero":"055","regimen":"40","correlativo":"2026000001","docTransp":"GUIA-2026-001","valorFOB":2000,"valorFOBComprobante":2000,"establecimiento":"001","puntoEmision":"001","secuencial":"000000002","autorizacion":"2601202601179123456700120010010000000021234567812","fechaEmision":"2026-01-26","paisEfecExp":"110"}},{"cliente":{"cliente":"Constructora Andina Cía. Ltda.","rucCed":"1790123456001","direccion":"Av. Naciones Unidas E4-676 y Amazonas, Quito","telefonos":"02-3334455"},"venta":{"numero":"001-001-000000003","serie":"001-001","fecha":"2026-01-27","total":1120,"iva":120,"subtotal":1000,"subtotal_neto":1000,"subtotal_iva_0":0,"subtotal_iva":1000,"descuento":0,"anulada":0,"forma_pago_id":3,"punto_venta":1,"cuenta_cliente":"1.1.2.05.02","cuenta_bienes":"0","cuenta_servicio":"4.1.1.01.02","facturaDetalle":[{"codigo":"SERV002","descripcion":"Consultoría en Sistemas de Información","destino":"servicio","cantidad":20,"unitario":50,"iva":12,"descuento":0}]}}]}"
["ruc"]=>
string(10) "1234567890"
}
headers=bool(false)
2026-07-28 11:15:24.144701 nusoap_client: instantiating wsdl class with doc: https://w3ndi.com/contabil/webservice/PuntoJson_Secured.php?wsdl
2026-07-28 11:15:24.144719 wsdl: ctor wsdl= timeout=30 response_timeout=30
2026-07-28 11:15:24.144730 wsdl: parse and process WSDL path=
2026-07-28 11:15:24.144760 wsdl: setCredentials username= authtype= certRequest=
array(0) {
}
2026-07-28 11:15:24.144768 wsdl: parse and process WSDL path=https://w3ndi.com/contabil/webservice/PuntoJson_Secured.php?wsdl
2026-07-28 11:15:24.144776 wsdl: parse WSDL at path=https://w3ndi.com/contabil/webservice/PuntoJson_Secured.php?wsdl
2026-07-28 11:15:24.144791 wsdl: getting WSDL http(s) URL https://w3ndi.com/contabil/webservice/PuntoJson_Secured.php?wsdl
2026-07-28 11:15:24.144798 soap_transport_http: ctor url=https://w3ndi.com/contabil/webservice/PuntoJson_Secured.php?wsdl use_curl= curl_options:
array(0) {
}
2026-07-28 11:15:24.144824 soap_transport_http: parsed URL scheme = https
2026-07-28 11:15:24.144828 soap_transport_http: parsed URL host = w3ndi.com
2026-07-28 11:15:24.144832 soap_transport_http: parsed URL path = /contabil/webservice/PuntoJson_Secured.php
2026-07-28 11:15:24.144835 soap_transport_http: parsed URL query = wsdl
2026-07-28 11:15:24.144863 soap_transport_http: set header Host: w3ndi.com
2026-07-28 11:15:24.145488 soap_transport_http: set header User-Agent: NuSOAP/0.9.5 (1.123)
2026-07-28 11:15:24.145503 soap_transport_http: set header Accept-Encoding: gzip, deflate
2026-07-28 11:15:24.145515 soap_transport_http: set header Connection: close
2026-07-28 11:15:24.145521 soap_transport_http: entered send() with data of length: 0
2026-07-28 11:15:24.145542 soap_transport_http: connect connection_timeout 30, response_timeout 30, scheme https, host w3ndi.com, port 443
2026-07-28 11:15:24.145566 soap_transport_http: connect using cURL
2026-07-28 11:15:24.145658 soap_transport_http: setCurlOption option=10002, value=
string(68) "https://w3ndi.com:443/contabil/webservice/PuntoJson_Secured.php?wsdl"
2026-07-28 11:15:24.145691 soap_transport_http: setCurlOption option=52, value=
int(1)
2026-07-28 11:15:24.145697 soap_transport_http: setCurlOption option=42, value=
int(1)
2026-07-28 11:15:24.145702 soap_transport_http: setCurlOption option=19913, value=
int(1)
2026-07-28 11:15:24.145708 soap_transport_http: setCurlOption option=78, value=
int(30)
2026-07-28 11:15:24.145713 soap_transport_http: setCurlOption option=13, value=
int(30)
2026-07-28 11:15:24.145718 soap_transport_http: set cURL SSL verify options
2026-07-28 11:15:24.145721 soap_transport_http: setCurlOption option=64, value=
int(0)
2026-07-28 11:15:24.145726 soap_transport_http: setCurlOption option=81, value=
int(0)
2026-07-28 11:15:24.145733 soap_transport_http: cURL connection set up
2026-07-28 11:15:24.145740 soap_transport_http: HTTP request: GET /contabil/webservice/PuntoJson_Secured.php?wsdl HTTP/1.1
2026-07-28 11:15:24.145744 soap_transport_http: HTTP header: Host: w3ndi.com
2026-07-28 11:15:24.145748 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.9.5 (1.123)
2026-07-28 11:15:24.145752 soap_transport_http: HTTP header: Accept-Encoding: gzip, deflate
2026-07-28 11:15:24.145755 soap_transport_http: HTTP header: Connection: close
2026-07-28 11:15:24.145770 soap_transport_http: Skip cURL header Host: w3ndi.com
2026-07-28 11:15:24.145783 soap_transport_http: Skip cURL header Connection: close
2026-07-28 11:15:24.145786 soap_transport_http: setCurlOption option=10023, value=
array(2) {
[0]=>
string(32) "User-Agent: NuSOAP/0.9.5 (1.123)"
[1]=>
string(30) "Accept-Encoding: gzip, deflate"
}
2026-07-28 11:15:24.145849 soap_transport_http: set cURL HTTP headers
2026-07-28 11:15:24.145854 soap_transport_http: set cURL payload
2026-07-28 11:15:24.145868 soap_transport_http: send and receive with cURL
2026-07-28 11:15:24.423029 soap_transport_http: No cURL error, closing cURL
2026-07-28 11:15:24.423439 soap_transport_http: found proper separation of headers and document
2026-07-28 11:15:24.423455 soap_transport_http: cleaned data, stringlen: 6193
2026-07-28 11:15:24.423506 soap_transport_http: No Content-Encoding header
2026-07-28 11:15:24.423517 soap_transport_http: end of send()
2026-07-28 11:15:24.423554 wsdl: got WSDL URL
2026-07-28 11:15:24.423560 wsdl: Parse WSDL
2026-07-28 11:15:24.424082 wsdl: Parsing WSDL schema
2026-07-28 11:15:24.424104 nusoap_xmlschema: nusoap_xmlschema class instantiated, inside constructor
2026-07-28 11:15:24.424191 nusoap_xmlschema: <http://localhost/contabil> import namespace http://schemas.xmlsoap.org/soap/encoding/
2026-07-28 11:15:24.424240 nusoap_xmlschema: <http://localhost/contabil> import namespace http://schemas.xmlsoap.org/wsdl/
2026-07-28 11:15:24.424271 wsdl: Parsing WSDL schema done
2026-07-28 11:15:24.424321 wsdl: msg ActualizarProductosRequest: found part (with type) ruc: ruc,http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.424358 wsdl: msg ActualizarProductosResponse: found part (with type) return: return,http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.424399 wsdl: msg ExportarClientesRequest: found part (with type) datos: datos,http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.424421 wsdl: msg ExportarClientesRequest: found part (with type) ruc: ruc,http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.424454 wsdl: msg ExportarClientesResponse: found part (with type) return: return,http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.424493 wsdl: msg ExportarFacturasVentaRequest: found part (with type) datos: datos,http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.424514 wsdl: msg ExportarFacturasVentaRequest: found part (with type) ruc: ruc,http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.424544 wsdl: msg ExportarFacturasVentaResponse: found part (with type) return: return,http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.424576 wsdl: msg ExportarDatosExportacionesRequest: found part (with type) datos: datos,http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.424607 wsdl: msg ExportarDatosExportacionesRequest: found part (with type) ruc: ruc,http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.424645 wsdl: msg ExportarDatosExportacionesResponse: found part (with type) return: return,http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.424710 wsdl: msg ExportarVentasRequest: found part (with type) datos: datos,http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.424734 wsdl: msg ExportarVentasRequest: found part (with type) ruc: ruc,http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.424766 wsdl: msg ExportarVentasResponse: found part (with type) return: return,http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.424797 wsdl: msg BackupsRequest: found part (with type) ruc: ruc,http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.424849 wsdl: msg BackupsResponse: found part (with type) return: return,http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.424879 wsdl: portType PuntoVentaPortType operation: ActualizarProductos
2026-07-28 11:15:24.424930 wsdl: portType PuntoVentaPortType operation: ExportarClientes
2026-07-28 11:15:24.424976 wsdl: portType PuntoVentaPortType operation: ExportarFacturasVenta
2026-07-28 11:15:24.425019 wsdl: portType PuntoVentaPortType operation: ExportarDatosExportaciones
2026-07-28 11:15:24.425095 wsdl: portType PuntoVentaPortType operation: ExportarVentas
2026-07-28 11:15:24.425147 wsdl: portType PuntoVentaPortType operation: Backups
2026-07-28 11:15:24.425210 wsdl: current binding: PuntoVentaBinding of portType: http://localhost/contabil:PuntoVentaPortType
2026-07-28 11:15:24.425249 wsdl: current binding operation: ActualizarProductos
2026-07-28 11:15:24.425344 wsdl: current binding operation: ExportarClientes
2026-07-28 11:15:24.425434 wsdl: current binding operation: ExportarFacturasVenta
2026-07-28 11:15:24.425531 wsdl: current binding operation: ExportarDatosExportaciones
2026-07-28 11:15:24.425618 wsdl: current binding operation: ExportarVentas
2026-07-28 11:15:24.425713 wsdl: current binding operation: Backups
2026-07-28 11:15:24.425823 wsdl: current service: PuntoVenta
2026-07-28 11:15:24.425848 wsdl: current port: PuntoVentaPort
2026-07-28 11:15:24.425905 wsdl: Parsing WSDL done
2026-07-28 11:15:24.425930 wsdl: post-parse data gathering for ActualizarProductos
2026-07-28 11:15:24.425948 wsdl: post-parse data gathering for ExportarClientes
2026-07-28 11:15:24.425962 wsdl: post-parse data gathering for ExportarFacturasVenta
2026-07-28 11:15:24.425974 wsdl: post-parse data gathering for ExportarDatosExportaciones
2026-07-28 11:15:24.425992 wsdl: post-parse data gathering for ExportarVentas
2026-07-28 11:15:24.426011 wsdl: post-parse data gathering for Backups
2026-07-28 11:15:24.426064 nusoap_client: checkWSDL
2026-07-28 11:15:24.426077 wsdl: getOperations for port '' bindingType http://schemas.xmlsoap.org/wsdl/soap/
2026-07-28 11:15:24.426083 wsdl: getOperations checking port PuntoVentaPort bindingType http://schemas.xmlsoap.org/wsdl/soap/
2026-07-28 11:15:24.426088 wsdl: getOperations found port PuntoVentaPort bindingType http://schemas.xmlsoap.org/wsdl/soap/
2026-07-28 11:15:24.426101 nusoap_client: got 6 operations from wsdl https://w3ndi.com/contabil/webservice/PuntoJson_Secured.php?wsdl for binding type soap
2026-07-28 11:15:24.426113 nusoap_client: found operation
opData=array(9) {
["name"]=>
string(14) "ExportarVentas"
["binding"]=>
string(17) "PuntoVentaBinding"
["endpoint"]=>
string(63) "https://w3ndi.com:443/contabil/webservice/PuntoJson_Secured.php"
["soapAction"]=>
string(74) "https://w3ndi.com/contabil/webservice/PuntoJson_Secured.php/ExportarVentas"
["style"]=>
string(3) "rpc"
["input"]=>
array(5) {
["use"]=>
string(7) "encoded"
["namespace"]=>
string(25) "http://localhost/contabil"
["encodingStyle"]=>
string(41) "http://schemas.xmlsoap.org/soap/encoding/"
["message"]=>
string(21) "ExportarVentasRequest"
["parts"]=>
array(2) {
["datos"]=>
string(39) "http://www.w3.org/2001/XMLSchema:string"
["ruc"]=>
string(39) "http://www.w3.org/2001/XMLSchema:string"
}
}
["output"]=>
array(5) {
["use"]=>
string(7) "encoded"
["namespace"]=>
string(25) "http://localhost/contabil"
["encodingStyle"]=>
string(41) "http://schemas.xmlsoap.org/soap/encoding/"
["message"]=>
string(22) "ExportarVentasResponse"
["parts"]=>
array(1) {
["return"]=>
string(39) "http://www.w3.org/2001/XMLSchema:string"
}
}
["transport"]=>
string(36) "http://schemas.xmlsoap.org/soap/http"
["documentation"]=>
string(0) ""
}
2026-07-28 11:15:24.426178 nusoap_client: serializing param array for WSDL operation ExportarVentas
2026-07-28 11:15:24.426187 wsdl: in serializeRPCParameters: operation=ExportarVentas, direction=input, XMLSchemaVersion=http://www.w3.org/2001/XMLSchema, bindingType=soap
parameters=array(2) {
["datos"]=>
string(2683) "{"ventas":[{"cliente":{"cliente":"María Pérez Comercial S.A.","rucCed":"1791234567001","direccion":"Av. 6 de Diciembre N34-123 y Whymper, Quito","telefonos":"02-2456789 \/ 0987654321"},"venta":{"numero":"001-001-000000001","serie":"001-001","fecha":"2026-01-25","total":896,"iva":96,"subtotal":800,"subtotal_neto":800,"subtotal_iva_0":0,"subtotal_iva":800,"descuento":0,"anulada":0,"forma_pago_id":1,"punto_venta":1,"cuenta_cliente":"1.1.2.05.01","cuenta_bienes":"4.1.1.01.01","cuenta_servicio":"0","facturaDetalle":[{"codigo":"PROD001","descripcion":"Producto 1","destino":"bienes","cantidad":2,"unitario":350,"iva":12,"descuento":0},{"codigo":"PROD002","descripcion":"Producto 2","destino":"bienes","cantidad":4,"unitario":25,"iva":12,"descuento":0},{"codigo":"PROD003","descripcion":"Producto 3","destino":"bienes","cantidad":2,"unitario":50,"iva":12,"descuento":0}]}},{"cliente":{"cliente":"Flores y Flores","rucCed":"CL00012","direccion":"123 Main Street, Suite 500, Miami, FL 33131, USA","telefonos":"+1-305-123-4567"},"venta":{"numero":"001-001-000000002","serie":"001-001","fecha":"2026-01-26","total":2240,"iva":240,"subtotal":2000,"subtotal_neto":2000,"subtotal_iva_0":0,"subtotal_iva":2000,"descuento":0,"anulada":0,"forma_pago_id":2,"punto_venta":1,"cuenta_cliente":"1.1.2.05.02","cuenta_bienes":"4.1.1.01.02","cuenta_servicio":"0","facturaDetalle":[{"codigo":"PROD004","descripcion":"Producto 4","destino":"bienes","cantidad":1,"unitario":1500,"iva":12,"descuento":0},{"codigo":"PROD005","descripcion":"Producto 5","destino":"bienes","cantidad":1,"unitario":500,"iva":12,"descuento":0}]},"exportacion":{"anio":"2026","fechaEmbarque":"2026-01-28","exportacionDe":"01","tipoComprobante":"16","distAduanero":"055","regimen":"40","correlativo":"2026000001","docTransp":"GUIA-2026-001","valorFOB":2000,"valorFOBComprobante":2000,"establecimiento":"001","puntoEmision":"001","secuencial":"000000002","autorizacion":"2601202601179123456700120010010000000021234567812","fechaEmision":"2026-01-26","paisEfecExp":"110"}},{"cliente":{"cliente":"Constructora Andina Cía. Ltda.","rucCed":"1790123456001","direccion":"Av. Naciones Unidas E4-676 y Amazonas, Quito","telefonos":"02-3334455"},"venta":{"numero":"001-001-000000003","serie":"001-001","fecha":"2026-01-27","total":1120,"iva":120,"subtotal":1000,"subtotal_neto":1000,"subtotal_iva_0":0,"subtotal_iva":1000,"descuento":0,"anulada":0,"forma_pago_id":3,"punto_venta":1,"cuenta_cliente":"1.1.2.05.02","cuenta_bienes":"0","cuenta_servicio":"4.1.1.01.02","facturaDetalle":[{"codigo":"SERV002","descripcion":"Consultoría en Sistemas de Información","destino":"servicio","cantidad":20,"unitario":50,"iva":12,"descuento":0}]}}]}"
["ruc"]=>
string(10) "1234567890"
}
2026-07-28 11:15:24.426213 wsdl: in serializeRPCParameters: opData:
array(9) {
["name"]=>
string(14) "ExportarVentas"
["binding"]=>
string(17) "PuntoVentaBinding"
["endpoint"]=>
string(63) "https://w3ndi.com:443/contabil/webservice/PuntoJson_Secured.php"
["soapAction"]=>
string(74) "https://w3ndi.com/contabil/webservice/PuntoJson_Secured.php/ExportarVentas"
["style"]=>
string(3) "rpc"
["input"]=>
array(5) {
["use"]=>
string(7) "encoded"
["namespace"]=>
string(25) "http://localhost/contabil"
["encodingStyle"]=>
string(41) "http://schemas.xmlsoap.org/soap/encoding/"
["message"]=>
string(21) "ExportarVentasRequest"
["parts"]=>
array(2) {
["datos"]=>
string(39) "http://www.w3.org/2001/XMLSchema:string"
["ruc"]=>
string(39) "http://www.w3.org/2001/XMLSchema:string"
}
}
["output"]=>
array(5) {
["use"]=>
string(7) "encoded"
["namespace"]=>
string(25) "http://localhost/contabil"
["encodingStyle"]=>
string(41) "http://schemas.xmlsoap.org/soap/encoding/"
["message"]=>
string(22) "ExportarVentasResponse"
["parts"]=>
array(1) {
["return"]=>
string(39) "http://www.w3.org/2001/XMLSchema:string"
}
}
["transport"]=>
string(36) "http://schemas.xmlsoap.org/soap/http"
["documentation"]=>
string(0) ""
}
2026-07-28 11:15:24.426244 wsdl: have 2 part(s) to serialize using rpc/encoded
2026-07-28 11:15:24.426253 wsdl: have 2 parameter(s) provided as arrayStruct to serialize
2026-07-28 11:15:24.426258 wsdl: serializing part datos of type http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.426279 wsdl: calling serializeType w/named param
2026-07-28 11:15:24.426287 wsdl: in serializeType: name=datos, type=http://www.w3.org/2001/XMLSchema:string, use=encoded, encodingStyle=, unqualified=qualified
value=string(2683) "{"ventas":[{"cliente":{"cliente":"María Pérez Comercial S.A.","rucCed":"1791234567001","direccion":"Av. 6 de Diciembre N34-123 y Whymper, Quito","telefonos":"02-2456789 \/ 0987654321"},"venta":{"numero":"001-001-000000001","serie":"001-001","fecha":"2026-01-25","total":896,"iva":96,"subtotal":800,"subtotal_neto":800,"subtotal_iva_0":0,"subtotal_iva":800,"descuento":0,"anulada":0,"forma_pago_id":1,"punto_venta":1,"cuenta_cliente":"1.1.2.05.01","cuenta_bienes":"4.1.1.01.01","cuenta_servicio":"0","facturaDetalle":[{"codigo":"PROD001","descripcion":"Producto 1","destino":"bienes","cantidad":2,"unitario":350,"iva":12,"descuento":0},{"codigo":"PROD002","descripcion":"Producto 2","destino":"bienes","cantidad":4,"unitario":25,"iva":12,"descuento":0},{"codigo":"PROD003","descripcion":"Producto 3","destino":"bienes","cantidad":2,"unitario":50,"iva":12,"descuento":0}]}},{"cliente":{"cliente":"Flores y Flores","rucCed":"CL00012","direccion":"123 Main Street, Suite 500, Miami, FL 33131, USA","telefonos":"+1-305-123-4567"},"venta":{"numero":"001-001-000000002","serie":"001-001","fecha":"2026-01-26","total":2240,"iva":240,"subtotal":2000,"subtotal_neto":2000,"subtotal_iva_0":0,"subtotal_iva":2000,"descuento":0,"anulada":0,"forma_pago_id":2,"punto_venta":1,"cuenta_cliente":"1.1.2.05.02","cuenta_bienes":"4.1.1.01.02","cuenta_servicio":"0","facturaDetalle":[{"codigo":"PROD004","descripcion":"Producto 4","destino":"bienes","cantidad":1,"unitario":1500,"iva":12,"descuento":0},{"codigo":"PROD005","descripcion":"Producto 5","destino":"bienes","cantidad":1,"unitario":500,"iva":12,"descuento":0}]},"exportacion":{"anio":"2026","fechaEmbarque":"2026-01-28","exportacionDe":"01","tipoComprobante":"16","distAduanero":"055","regimen":"40","correlativo":"2026000001","docTransp":"GUIA-2026-001","valorFOB":2000,"valorFOBComprobante":2000,"establecimiento":"001","puntoEmision":"001","secuencial":"000000002","autorizacion":"2601202601179123456700120010010000000021234567812","fechaEmision":"2026-01-26","paisEfecExp":"110"}},{"cliente":{"cliente":"Constructora Andina Cía. Ltda.","rucCed":"1790123456001","direccion":"Av. Naciones Unidas E4-676 y Amazonas, Quito","telefonos":"02-3334455"},"venta":{"numero":"001-001-000000003","serie":"001-001","fecha":"2026-01-27","total":1120,"iva":120,"subtotal":1000,"subtotal_neto":1000,"subtotal_iva_0":0,"subtotal_iva":1000,"descuento":0,"anulada":0,"forma_pago_id":3,"punto_venta":1,"cuenta_cliente":"1.1.2.05.02","cuenta_bienes":"0","cuenta_servicio":"4.1.1.01.02","facturaDetalle":[{"codigo":"SERV002","descripcion":"Consultoría en Sistemas de Información","destino":"servicio","cantidad":20,"unitario":50,"iva":12,"descuento":0}]}}]}"
2026-07-28 11:15:24.426306 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2026-07-28 11:15:24.426314 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2026-07-28 11:15:24.426359 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2026-07-28 11:15:24.426368 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2026-07-28 11:15:24.426381 wsdl: in serializeType: returning: <datos xsi:type="xsd:string">{"ventas":[{"cliente":{"cliente":"María Pérez Comercial S.A.","rucCed":"1791234567001","direccion":"Av. 6 de Diciembre N34-123 y Whymper, Quito","telefonos":"02-2456789 \/ 0987654321"},"venta":{"numero":"001-001-000000001","serie":"001-001","fecha":"2026-01-25","total":896,"iva":96,"subtotal":800,"subtotal_neto":800,"subtotal_iva_0":0,"subtotal_iva":800,"descuento":0,"anulada":0,"forma_pago_id":1,"punto_venta":1,"cuenta_cliente":"1.1.2.05.01","cuenta_bienes":"4.1.1.01.01","cuenta_servicio":"0","facturaDetalle":[{"codigo":"PROD001","descripcion":"Producto 1","destino":"bienes","cantidad":2,"unitario":350,"iva":12,"descuento":0},{"codigo":"PROD002","descripcion":"Producto 2","destino":"bienes","cantidad":4,"unitario":25,"iva":12,"descuento":0},{"codigo":"PROD003","descripcion":"Producto 3","destino":"bienes","cantidad":2,"unitario":50,"iva":12,"descuento":0}]}},{"cliente":{"cliente":"Flores y Flores","rucCed":"CL00012","direccion":"123 Main Street, Suite 500, Miami, FL 33131, USA","telefonos":"+1-305-123-4567"},"venta":{"numero":"001-001-000000002","serie":"001-001","fecha":"2026-01-26","total":2240,"iva":240,"subtotal":2000,"subtotal_neto":2000,"subtotal_iva_0":0,"subtotal_iva":2000,"descuento":0,"anulada":0,"forma_pago_id":2,"punto_venta":1,"cuenta_cliente":"1.1.2.05.02","cuenta_bienes":"4.1.1.01.02","cuenta_servicio":"0","facturaDetalle":[{"codigo":"PROD004","descripcion":"Producto 4","destino":"bienes","cantidad":1,"unitario":1500,"iva":12,"descuento":0},{"codigo":"PROD005","descripcion":"Producto 5","destino":"bienes","cantidad":1,"unitario":500,"iva":12,"descuento":0}]},"exportacion":{"anio":"2026","fechaEmbarque":"2026-01-28","exportacionDe":"01","tipoComprobante":"16","distAduanero":"055","regimen":"40","correlativo":"2026000001","docTransp":"GUIA-2026-001","valorFOB":2000,"valorFOBComprobante":2000,"establecimiento":"001","puntoEmision":"001","secuencial":"000000002","autorizacion":"2601202601179123456700120010010000000021234567812","fechaEmision":"2026-01-26","paisEfecExp":"110"}},{"cliente":{"cliente":"Constructora Andina Cía. Ltda.","rucCed":"1790123456001","direccion":"Av. Naciones Unidas E4-676 y Amazonas, Quito","telefonos":"02-3334455"},"venta":{"numero":"001-001-000000003","serie":"001-001","fecha":"2026-01-27","total":1120,"iva":120,"subtotal":1000,"subtotal_neto":1000,"subtotal_iva_0":0,"subtotal_iva":1000,"descuento":0,"anulada":0,"forma_pago_id":3,"punto_venta":1,"cuenta_cliente":"1.1.2.05.02","cuenta_bienes":"0","cuenta_servicio":"4.1.1.01.02","facturaDetalle":[{"codigo":"SERV002","descripcion":"Consultoría en Sistemas de Información","destino":"servicio","cantidad":20,"unitario":50,"iva":12,"descuento":0}]}}]}</datos>
2026-07-28 11:15:24.426404 wsdl: serializing part ruc of type http://www.w3.org/2001/XMLSchema:string
2026-07-28 11:15:24.426410 wsdl: calling serializeType w/named param
2026-07-28 11:15:24.426415 wsdl: in serializeType: name=ruc, type=http://www.w3.org/2001/XMLSchema:string, use=encoded, encodingStyle=, unqualified=qualified
value=string(10) "1234567890"
2026-07-28 11:15:24.426425 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2026-07-28 11:15:24.426430 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2026-07-28 11:15:24.426440 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2026-07-28 11:15:24.426445 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2026-07-28 11:15:24.426451 wsdl: in serializeType: returning: <ruc xsi:type="xsd:string">1234567890</ruc>
2026-07-28 11:15:24.426457 wsdl: serializeRPCParameters returning: <datos xsi:type="xsd:string">{"ventas":[{"cliente":{"cliente":"María Pérez Comercial S.A.","rucCed":"1791234567001","direccion":"Av. 6 de Diciembre N34-123 y Whymper, Quito","telefonos":"02-2456789 \/ 0987654321"},"venta":{"numero":"001-001-000000001","serie":"001-001","fecha":"2026-01-25","total":896,"iva":96,"subtotal":800,"subtotal_neto":800,"subtotal_iva_0":0,"subtotal_iva":800,"descuento":0,"anulada":0,"forma_pago_id":1,"punto_venta":1,"cuenta_cliente":"1.1.2.05.01","cuenta_bienes":"4.1.1.01.01","cuenta_servicio":"0","facturaDetalle":[{"codigo":"PROD001","descripcion":"Producto 1","destino":"bienes","cantidad":2,"unitario":350,"iva":12,"descuento":0},{"codigo":"PROD002","descripcion":"Producto 2","destino":"bienes","cantidad":4,"unitario":25,"iva":12,"descuento":0},{"codigo":"PROD003","descripcion":"Producto 3","destino":"bienes","cantidad":2,"unitario":50,"iva":12,"descuento":0}]}},{"cliente":{"cliente":"Flores y Flores","rucCed":"CL00012","direccion":"123 Main Street, Suite 500, Miami, FL 33131, USA","telefonos":"+1-305-123-4567"},"venta":{"numero":"001-001-000000002","serie":"001-001","fecha":"2026-01-26","total":2240,"iva":240,"subtotal":2000,"subtotal_neto":2000,"subtotal_iva_0":0,"subtotal_iva":2000,"descuento":0,"anulada":0,"forma_pago_id":2,"punto_venta":1,"cuenta_cliente":"1.1.2.05.02","cuenta_bienes":"4.1.1.01.02","cuenta_servicio":"0","facturaDetalle":[{"codigo":"PROD004","descripcion":"Producto 4","destino":"bienes","cantidad":1,"unitario":1500,"iva":12,"descuento":0},{"codigo":"PROD005","descripcion":"Producto 5","destino":"bienes","cantidad":1,"unitario":500,"iva":12,"descuento":0}]},"exportacion":{"anio":"2026","fechaEmbarque":"2026-01-28","exportacionDe":"01","tipoComprobante":"16","distAduanero":"055","regimen":"40","correlativo":"2026000001","docTransp":"GUIA-2026-001","valorFOB":2000,"valorFOBComprobante":2000,"establecimiento":"001","puntoEmision":"001","secuencial":"000000002","autorizacion":"2601202601179123456700120010010000000021234567812","fechaEmision":"2026-01-26","paisEfecExp":"110"}},{"cliente":{"cliente":"Constructora Andina Cía. Ltda.","rucCed":"1790123456001","direccion":"Av. Naciones Unidas E4-676 y Amazonas, Quito","telefonos":"02-3334455"},"venta":{"numero":"001-001-000000003","serie":"001-001","fecha":"2026-01-27","total":1120,"iva":120,"subtotal":1000,"subtotal_neto":1000,"subtotal_iva_0":0,"subtotal_iva":1000,"descuento":0,"anulada":0,"forma_pago_id":3,"punto_venta":1,"cuenta_cliente":"1.1.2.05.02","cuenta_bienes":"0","cuenta_servicio":"4.1.1.01.02","facturaDetalle":[{"codigo":"SERV002","descripcion":"Consultoría en Sistemas de Información","destino":"servicio","cantidad":20,"unitario":50,"iva":12,"descuento":0}]}}]}</datos><ruc xsi:type="xsd:string">1234567890</ruc>
2026-07-28 11:15:24.426501 nusoap_client: wrapping RPC request with encoded method element
2026-07-28 11:15:24.426513 nusoap_client: In serializeEnvelope length=4752 body (max 1000 characters)=<tns:ExportarVentas xmlns:tns="http://localhost/contabil"><datos xsi:type="xsd:string">{"ventas":[{"cliente":{"cliente":"María Pérez Comercial S.A.","rucCed":"1791234567001","direccion":"Av. 6 de Diciembre N34-123 y Whymper, Quito","telefonos":"02-2456789 \/ 0987654321"},"venta":{"numero":"001-001-000000001","serie":"001-001","fecha":"2026-01-25","total":896,"iva":96,"subtotal":800,"subtotal_neto":800,"subtotal_iva_0":0,"subtotal_iva":800,"descuento":0,"anulada":0,"forma_pago_id":1,"punto_venta":1,"cuenta_cliente":"1.1.2.05.01","cuenta_bienes":"4.1.1.01.01","cuenta_servicio":"0","facturaDetalle":[{"codigo":"PROD001","descripc style=rpc use=encoded encodingStyle=http://schemas.xmlsoap.org/soap/encoding/
2026-07-28 11:15:24.426522 nusoap_client: headers:
bool(false)
2026-07-28 11:15:24.426530 nusoap_client: namespaces:
array(2) {
["tns"]=>
string(25) "http://localhost/contabil"
["xsd"]=>
string(32) "http://www.w3.org/2001/XMLSchema"
}
2026-07-28 11:15:24.426562 nusoap_client: endpoint=https://w3ndi.com:443/contabil/webservice/PuntoJson_Secured.php, soapAction=https://w3ndi.com/contabil/webservice/PuntoJson_Secured.php/ExportarVentas, namespace=http://localhost/contabil, style=rpc, use=encoded, encodingStyle=http://schemas.xmlsoap.org/soap/encoding/
2026-07-28 11:15:24.426570 nusoap_client: SOAP message length=5187 contents (max 1000 bytes)=<?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://localhost/contabil"><SOAP-ENV:Body><tns:ExportarVentas xmlns:tns="http://localhost/contabil"><datos xsi:type="xsd:string">{"ventas":[{"cliente":{"cliente":"María Pérez Comercial S.A.","rucCed":"1791234567001","direccion":"Av. 6 de Diciembre N34-123 y Whymper, Quito","telefonos":"02-2456789 \/ 0987654321"},"venta":{"numero":"001-001-000000001","serie":"001-001","fecha":"2026-01-25","total":896,"iva":96,"subtotal":800,"subtotal
2026-07-28 11:15:24.426586 nusoap_client: transporting via HTTP
2026-07-28 11:15:24.426669 nusoap_client: sending message, length=5187
2026-07-28 11:15:24.426598 soap_transport_http: ctor url=https://w3ndi.com:443/contabil/webservice/PuntoJson_Secured.php use_curl= curl_options:
array(0) {
}
2026-07-28 11:15:24.426610 soap_transport_http: parsed URL scheme = https
2026-07-28 11:15:24.426616 soap_transport_http: parsed URL host = w3ndi.com
2026-07-28 11:15:24.426621 soap_transport_http: parsed URL port = 443
2026-07-28 11:15:24.426626 soap_transport_http: parsed URL path = /contabil/webservice/PuntoJson_Secured.php
2026-07-28 11:15:24.426634 soap_transport_http: set header Host: w3ndi.com:443
2026-07-28 11:15:24.426646 soap_transport_http: set header User-Agent: NuSOAP/0.9.5 (1.123)
2026-07-28 11:15:24.426655 soap_transport_http: set header Content-Type: text/xml; charset=ISO-8859-1
2026-07-28 11:15:24.426662 soap_transport_http: set header SOAPAction: "https://w3ndi.com/contabil/webservice/PuntoJson_Secured.php/ExportarVentas"
2026-07-28 11:15:24.426681 soap_transport_http: entered send() with data of length: 5187
2026-07-28 11:15:24.426694 soap_transport_http: connect connection_timeout 30, response_timeout 30, scheme https, host w3ndi.com, port 443
2026-07-28 11:15:24.426712 soap_transport_http: connect using cURL
2026-07-28 11:15:24.426796 soap_transport_http: setCurlOption option=10002, value=
string(63) "https://w3ndi.com:443/contabil/webservice/PuntoJson_Secured.php"
2026-07-28 11:15:24.426832 soap_transport_http: setCurlOption option=52, value=
int(1)
2026-07-28 11:15:24.426840 soap_transport_http: setCurlOption option=42, value=
int(1)
2026-07-28 11:15:24.426847 soap_transport_http: setCurlOption option=19913, value=
int(1)
2026-07-28 11:15:24.426855 soap_transport_http: setCurlOption option=78, value=
int(30)
2026-07-28 11:15:24.426862 soap_transport_http: setCurlOption option=13, value=
int(30)
2026-07-28 11:15:24.426869 soap_transport_http: set cURL SSL verify options
2026-07-28 11:15:24.426874 soap_transport_http: setCurlOption option=64, value=
int(0)
2026-07-28 11:15:24.426881 soap_transport_http: setCurlOption option=81, value=
int(0)
2026-07-28 11:15:24.426889 soap_transport_http: cURL connection set up
2026-07-28 11:15:24.426901 soap_transport_http: set header Content-Length: 5187
2026-07-28 11:15:24.426907 soap_transport_http: HTTP request: POST /contabil/webservice/PuntoJson_Secured.php HTTP/1.0
2026-07-28 11:15:24.426913 soap_transport_http: HTTP header: Host: w3ndi.com:443
2026-07-28 11:15:24.426917 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.9.5 (1.123)
2026-07-28 11:15:24.426922 soap_transport_http: HTTP header: Content-Type: text/xml; charset=ISO-8859-1
2026-07-28 11:15:24.426926 soap_transport_http: HTTP header: SOAPAction: "https://w3ndi.com/contabil/webservice/PuntoJson_Secured.php/ExportarVentas"
2026-07-28 11:15:24.426931 soap_transport_http: HTTP header: Content-Length: 5187
2026-07-28 11:15:24.426940 soap_transport_http: Skip cURL header Host: w3ndi.com:443
2026-07-28 11:15:24.426948 soap_transport_http: Skip cURL header Content-Length: 5187
2026-07-28 11:15:24.426952 soap_transport_http: setCurlOption option=10023, value=
array(3) {
[0]=>
string(32) "User-Agent: NuSOAP/0.9.5 (1.123)"
[1]=>
string(42) "Content-Type: text/xml; charset=ISO-8859-1"
[2]=>
string(88) "SOAPAction: "https://w3ndi.com/contabil/webservice/PuntoJson_Secured.php/ExportarVentas""
}
2026-07-28 11:15:24.426964 soap_transport_http: set cURL HTTP headers
2026-07-28 11:15:24.426969 soap_transport_http: setCurlOption option=47, value=
int(1)
2026-07-28 11:15:24.426977 soap_transport_http: setCurlOption option=10015, value=
string(5187) "<?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://localhost/contabil"><SOAP-ENV:Body><tns:ExportarVentas xmlns:tns="http://localhost/contabil"><datos xsi:type="xsd:string">{"ventas":[{"cliente":{"cliente":"María Pérez Comercial S.A.","rucCed":"1791234567001","direccion":"Av. 6 de Diciembre N34-123 y Whymper, Quito","telefonos":"02-2456789 \/ 0987654321"},"venta":{"numero":"001-001-000000001","serie":"001-001","fecha":"2026-01-25","total":896,"iva":96,"subtotal":800,"subtotal_neto":800,"subtotal_iva_0":0,"subtotal_iva":800,"descuento":0,"anulada":0,"forma_pago_id":1,"punto_venta":1,"cuenta_cliente":"1.1.2.05.01","cuenta_bienes":"4.1.1.01.01","cuenta_servicio":"0","facturaDetalle":[{"codigo":"PROD001","descripcion":"Producto 1","destino":"bienes","cantidad":2,"unitario":350,"iva":12,"descuento":0},{"codigo":"PROD002","descripcion":"Producto 2","destino":"bienes","cantidad":4,"unitario":25,"iva":12,"descuento":0},{"codigo":"PROD003","descripcion":"Producto 3","destino":"bienes","cantidad":2,"unitario":50,"iva":12,"descuento":0}]}},{"cliente":{"cliente":"Flores y Flores","rucCed":"CL00012","direccion":"123 Main Street, Suite 500, Miami, FL 33131, USA","telefonos":"+1-305-123-4567"},"venta":{"numero":"001-001-000000002","serie":"001-001","fecha":"2026-01-26","total":2240,"iva":240,"subtotal":2000,"subtotal_neto":2000,"subtotal_iva_0":0,"subtotal_iva":2000,"descuento":0,"anulada":0,"forma_pago_id":2,"punto_venta":1,"cuenta_cliente":"1.1.2.05.02","cuenta_bienes":"4.1.1.01.02","cuenta_servicio":"0","facturaDetalle":[{"codigo":"PROD004","descripcion":"Producto 4","destino":"bienes","cantidad":1,"unitario":1500,"iva":12,"descuento":0},{"codigo":"PROD005","descripcion":"Producto 5","destino":"bienes","cantidad":1,"unitario":500,"iva":12,"descuento":0}]},"exportacion":{"anio":"2026","fechaEmbarque":"2026-01-28","exportacionDe":"01","tipoComprobante":"16","distAduanero":"055","regimen":"40","correlativo":"2026000001","docTransp":"GUIA-2026-001","valorFOB":2000,"valorFOBComprobante":2000,"establecimiento":"001","puntoEmision":"001","secuencial":"000000002","autorizacion":"2601202601179123456700120010010000000021234567812","fechaEmision":"2026-01-26","paisEfecExp":"110"}},{"cliente":{"cliente":"Constructora Andina Cía. Ltda.","rucCed":"1790123456001","direccion":"Av. Naciones Unidas E4-676 y Amazonas, Quito","telefonos":"02-3334455"},"venta":{"numero":"001-001-000000003","serie":"001-001","fecha":"2026-01-27","total":1120,"iva":120,"subtotal":1000,"subtotal_neto":1000,"subtotal_iva_0":0,"subtotal_iva":1000,"descuento":0,"anulada":0,"forma_pago_id":3,"punto_venta":1,"cuenta_cliente":"1.1.2.05.02","cuenta_bienes":"0","cuenta_servicio":"4.1.1.01.02","facturaDetalle":[{"codigo":"SERV002","descripcion":"Consultoría en Sistemas de Información","destino":"servicio","cantidad":20,"unitario":50,"iva":12,"descuento":0}]}}]}</datos><ruc xsi:type="xsd:string">1234567890</ruc></tns:ExportarVentas></SOAP-ENV:Body></SOAP-ENV:Envelope>"
2026-07-28 11:15:24.426986 soap_transport_http: set cURL POST data
2026-07-28 11:15:24.426991 soap_transport_http: set cURL payload
2026-07-28 11:15:24.426999 soap_transport_http: send and receive with cURL
2026-07-28 11:15:25.218323 soap_transport_http: No cURL error, closing cURL
2026-07-28 11:15:25.218640 soap_transport_http: found proper separation of headers and document
2026-07-28 11:15:25.218652 soap_transport_http: cleaned data, stringlen: 2456
2026-07-28 11:15:25.218691 soap_transport_http: No Content-Encoding header
2026-07-28 11:15:25.218700 soap_transport_http: end of send()
2026-07-28 11:15:25.218730 nusoap_client: got response, length=2456 type=text/xml; charset=ISO-8859-1
2026-07-28 11:15:25.218737 nusoap_client: Entering parseResponse() for data of length 2456 headers:
array(12) {
["server"]=>
string(5) "nginx"
["date"]=>
string(29) "Tue, 28 Jul 2026 11:15:25 GMT"
["content-type"]=>
string(28) "text/xml; charset=ISO-8859-1"
["transfer-encoding"]=>
string(7) "chunked"
["connection"]=>
string(10) "keep-alive"
["x-content-type-options"]=>
string(7) "nosniff"
["x-frame-options"]=>
string(4) "DENY"
["x-xss-protection"]=>
string(13) "1; mode=block"
["strict-transport-security"]=>
string(35) "max-age=31536000; includeSubDomains"
["content-security-policy"]=>
string(18) "default-src 'self'"
["referrer-policy"]=>
string(31) "strict-origin-when-cross-origin"
["x-soap-server"]=>
string(20) "NuSOAP/0.9.5 (1.123)"
}
2026-07-28 11:15:25.218769 nusoap_client: Got response encoding: ISO-8859-1
2026-07-28 11:15:25.218794 nusoap_client: Use encoding: ISO-8859-1 when creating nusoap_parser
2026-07-28 11:15:25.219035 nusoap_parser: Charset from HTTP Content-Type matches encoding from XML declaration
2026-07-28 11:15:25.219046 nusoap_parser: Entering nusoap_parser(), length=2456, encoding=ISO-8859-1
2026-07-28 11:15:25.219162 nusoap_parser: found root struct ExportarVentasResponse, pos 2
2026-07-28 11:15:25.219458 nusoap_parser: in buildVal() for ExportarVentasResponse(pos 2) of type struct
2026-07-28 11:15:25.219463 nusoap_parser: in buildVal, there are children
2026-07-28 11:15:25.219472 nusoap_parser: in buildVal, adding Java Vector or generic compound type ExportarVentasResponse
2026-07-28 11:15:25.219483 nusoap_parser: in buildVal, return:
array(1) {
["return"]=>
&string(1195) "{"status":"SUCCESS","timestamp":"2026-07-28 06:15:25","key":"1234567890","clientes_procesados":3,"clientes_nuevos":0,"facturas_procesadas":3,"facturas_nuevas":0,"exportaciones_procesadas":1,"exportaciones_nuevas":0,"mensajes":[{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente María Pérez Comercial S.A. actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000001 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000001 procesada correctamente"},{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente Flores y Flores actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000002 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000002 procesada correctamente"},{"tipo":"INFO","seccion":"exportacion","mensaje":"Exportación 000000002 actualizada correctamente"},{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente Constructora Andina Cía. Ltda. actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000003 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000003 procesada correctamente"}]}"
}
2026-07-28 11:15:25.219508 nusoap_parser: in nusoap_parser ctor, message:
array(4) {
[0]=>
array(9) {
["pos"]=>
int(0)
["children"]=>
string(2) "|1"
["cdata"]=>
string(0) ""
["depth"]=>
int(0)
["parent"]=>
string(0) ""
["status"]=>
string(8) "envelope"
["name"]=>
string(8) "Envelope"
["attrs"]=>
array(5) {
["SOAP-ENV:encodingStyle"]=>
string(41) "http://schemas.xmlsoap.org/soap/encoding/"
["xmlns:SOAP-ENV"]=>
string(41) "http://schemas.xmlsoap.org/soap/envelope/"
["xmlns:xsd"]=>
string(32) "http://www.w3.org/2001/XMLSchema"
["xmlns:xsi"]=>
string(41) "http://www.w3.org/2001/XMLSchema-instance"
["xmlns:SOAP-ENC"]=>
string(41) "http://schemas.xmlsoap.org/soap/encoding/"
}
["namespace"]=>
string(41) "http://schemas.xmlsoap.org/soap/envelope/"
}
[1]=>
array(9) {
["pos"]=>
int(1)
["children"]=>
string(2) "|2"
["cdata"]=>
string(0) ""
["depth"]=>
int(1)
["parent"]=>
int(0)
["status"]=>
string(4) "body"
["name"]=>
string(4) "Body"
["attrs"]=>
array(0) {
}
["namespace"]=>
string(41) "http://schemas.xmlsoap.org/soap/envelope/"
}
[2]=>
array(11) {
["pos"]=>
int(2)
["children"]=>
string(2) "|3"
["cdata"]=>
string(0) ""
["depth"]=>
int(2)
["parent"]=>
int(1)
["type"]=>
string(6) "struct"
["status"]=>
string(6) "method"
["name"]=>
string(22) "ExportarVentasResponse"
["attrs"]=>
array(1) {
["xmlns:ns1"]=>
string(25) "http://localhost/contabil"
}
["namespace"]=>
string(25) "http://localhost/contabil"
["result"]=>
array(1) {
["return"]=>
&string(1195) "{"status":"SUCCESS","timestamp":"2026-07-28 06:15:25","key":"1234567890","clientes_procesados":3,"clientes_nuevos":0,"facturas_procesadas":3,"facturas_nuevas":0,"exportaciones_procesadas":1,"exportaciones_nuevas":0,"mensajes":[{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente María Pérez Comercial S.A. actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000001 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000001 procesada correctamente"},{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente Flores y Flores actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000002 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000002 procesada correctamente"},{"tipo":"INFO","seccion":"exportacion","mensaje":"Exportación 000000002 actualizada correctamente"},{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente Constructora Andina Cía. Ltda. actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000003 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000003 procesada correctamente"}]}"
}
}
[3]=>
array(13) {
["pos"]=>
int(3)
["children"]=>
string(0) ""
["cdata"]=>
string(1195) "{"status":"SUCCESS","timestamp":"2026-07-28 06:15:25","key":"1234567890","clientes_procesados":3,"clientes_nuevos":0,"facturas_procesadas":3,"facturas_nuevas":0,"exportaciones_procesadas":1,"exportaciones_nuevas":0,"mensajes":[{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente María Pérez Comercial S.A. actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000001 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000001 procesada correctamente"},{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente Flores y Flores actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000002 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000002 procesada correctamente"},{"tipo":"INFO","seccion":"exportacion","mensaje":"Exportación 000000002 actualizada correctamente"},{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente Constructora Andina Cía. Ltda. actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000003 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000003 procesada correctamente"}]}"
["depth"]=>
int(3)
["parent"]=>
int(2)
["status"]=>
string(6) "method"
["name"]=>
string(6) "return"
["attrs"]=>
array(1) {
["xsi:type"]=>
string(10) "xsd:string"
}
["type"]=>
string(6) "string"
["typePrefix"]=>
string(3) "xsd"
["type_namespace"]=>
string(32) "http://www.w3.org/2001/XMLSchema"
["namespace"]=>
string(25) "http://localhost/contabil"
["result"]=>
&string(1195) "{"status":"SUCCESS","timestamp":"2026-07-28 06:15:25","key":"1234567890","clientes_procesados":3,"clientes_nuevos":0,"facturas_procesadas":3,"facturas_nuevas":0,"exportaciones_procesadas":1,"exportaciones_nuevas":0,"mensajes":[{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente María Pérez Comercial S.A. actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000001 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000001 procesada correctamente"},{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente Flores y Flores actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000002 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000002 procesada correctamente"},{"tipo":"INFO","seccion":"exportacion","mensaje":"Exportación 000000002 actualizada correctamente"},{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente Constructora Andina Cía. Ltda. actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000003 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000003 procesada correctamente"}]}"
}
}
2026-07-28 11:15:25.219550 nusoap_parser: parsed successfully, found root struct: 2 of name ExportarVentasResponse
2026-07-28 11:15:25.219604 nusoap_client: sent message successfully and got a(n) array
return=array(1) {
["return"]=>
string(1195) "{"status":"SUCCESS","timestamp":"2026-07-28 06:15:25","key":"1234567890","clientes_procesados":3,"clientes_nuevos":0,"facturas_procesadas":3,"facturas_nuevas":0,"exportaciones_procesadas":1,"exportaciones_nuevas":0,"mensajes":[{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente María Pérez Comercial S.A. actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000001 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000001 procesada correctamente"},{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente Flores y Flores actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000002 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000002 procesada correctamente"},{"tipo":"INFO","seccion":"exportacion","mensaje":"Exportación 000000002 actualizada correctamente"},{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente Constructora Andina Cía. Ltda. actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000003 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000003 procesada correctamente"}]}"
}
2026-07-28 11:15:25.219618 nusoap_client: return shifted value:
string(1195) "{"status":"SUCCESS","timestamp":"2026-07-28 06:15:25","key":"1234567890","clientes_procesados":3,"clientes_nuevos":0,"facturas_procesadas":3,"facturas_nuevas":0,"exportaciones_procesadas":1,"exportaciones_nuevas":0,"mensajes":[{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente María Pérez Comercial S.A. actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000001 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000001 procesada correctamente"},{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente Flores y Flores actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000002 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000002 procesada correctamente"},{"tipo":"INFO","seccion":"exportacion","mensaje":"Exportación 000000002 actualizada correctamente"},{"tipo":"INFO","seccion":"cliente","mensaje":"Cliente Constructora Andina Cía. Ltda. actualizado"},{"tipo":"INFO","seccion":"venta","mensaje":"Factura 001-001-000000003 ya existe, actualizando"},{"tipo":"SUCCESS","seccion":"venta","mensaje":"Factura 001-001-000000003 procesada correctamente"}]}"