curl --location '/RCWS001.asmx' \
--header 'SOAPAction: http://tempuri.org/DownloadArquivo' \
--header 'Content-Type: text/xml; charset=utf-8' \
--data '<?xml version="1.0" encoding="UTF-8"?>
<root>
<soap12:Envelope>
<soap12:Body>
<tns:DownloadArquivo>
<tns:arquivo>proident qui fugiat reprehenderit in</tns:arquivo>
</tns:DownloadArquivo>
</soap12:Body>
</soap12:Envelope>
</root>'<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<tns:DownloadArquivoResponse xmlns:tns="http://tempuri.org/">
<tns:DownloadArquivoResult>Y29udGVudA==</tns:DownloadArquivoResult>
</tns:DownloadArquivoResponse>
</soap12:Body>
</soap12:Envelope>