PROCESO PARA "AGREGAR CLIENTE" AL PANEL DE FINKOK
CONTENIDO DEL SOAP QUE SE ENVIA AL SERVIDOR DEL PAC
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:ns0="http://facturacion.finkok.com/registration" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <ns1:Body> <ns0:add> <ns0:reseller_username>controlescolarenlinea@gmail.com</ns0:reseller_username> <ns0:reseller_password>CtrlEsc@26</ns0:reseller_password> <ns0:taxpayer_id>AAA010101AAA</ns0:taxpayer_id> </ns0:add> </ns1:Body> </SOAP-ENV:Envelope>

RESPUESTA DEL SERVIDOR DEL PAC