0
I am trying to use the Post API to perform the reverse posting method. I am using the following link to access this method:
http://webservicescol.correios.com.br/ScolWeb/WebServiceScol?wsdl
Whenever I try to access this method by script I have this error:
requests.exceptions.HTTPError: 503 Server Error: Service Temporarily Unavailable for url: http://webservicescol.correios.com.br/ScolWeb/WebServiceScol?wsdl
Apparently this link that I am trying to perform the request is in trouble. I have already tested other methods that worked in this other link:
https://apps.correios.com.br/SigepMasterJPA/AtendeClienteService/AtendeCliente?wsdl
Do you know if there would be any other method equivalent to requesting reverse posting or another link for me to access this method?