curl --location '/RCWS003.asmx' \
--header 'SOAPAction: http://www.quicksoft.com.br/ns/wsbrlvx/v1/alterarStatus' \
--header 'Content-Type: text/xml; charset=utf-8' \
--data '<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:v1="http://www.quicksoft.com.br/ns/wsbrlvx/v1/">
<soap:Header />
<soap:Body>
<v1:alterarStatus>
<statusContratoAlterado idContrato="?" codigoStatus="?" duplicatas="?">
<responsavel nome="?" cpf="?" email="?" />
</statusContratoAlterado>
</v1:alterarStatus>
</soap:Body>
</soap:Envelope>'<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<tns:alterarStatusResponse xmlns:tns="http://www.quicksoft.com.br/ns/wsbrlvx/v1/">
<retornoOperacao>
<idContrato>string</idContrato>
<status>1</status>
<erro>
<codigo>100</codigo>
<descricao>string</descricao>
</erro>
</retornoOperacao>
</tns:alterarStatusResponse>
</soap12:Body>
</soap12:Envelope>