PROCESO PARA OBTENER EL STATUS DE UN RFC CONTRIBUYENTE DEL PANEL DE FINKOK
CONTENIDO DEL SOAP QUE SE ENVIA AL SERVIDOR DEL PAC
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:reg="http://facturacion.finkok.com/registration"> <soapenv:Header/> <soapenv:Body> <reg:get> <reg:reseller_username>controlescolarenlinea@gmail.com</reg:reseller_username> <reg:reseller_password>CtrlEsc@26</reg:reseller_password> <reg:taxpayer_id>AAA010101AAA</reg:taxpayer_id> </reg:get> </soapenv:Body> </soapenv:Envelope>

RESPUESTA DEL SERVIDOR DEL PAC