The method Consulta_RCCOOR doesn't work correctly. I changed the url in this way:
Original:
url = cls.base_url + "/OVCCoordenadas.asmx?op=Consulta_RCCOOR"
Change:
url = cls.base_url + "/OVCCoordenadas.asmx/Consulta_RCCOOR"
In my case, it works fine in that way (Python 3.6.8)
The method Consulta_RCCOOR doesn't work correctly. I changed the url in this way: Original: url = cls.base_url + "/OVCCoordenadas.asmx?op=Consulta_RCCOOR" Change: url = cls.base_url + "/OVCCoordenadas.asmx/Consulta_RCCOOR" In my case, it works fine in that way (Python 3.6.8)