ClearCache
Realiza o processo de limpeza do cache de memória do ambiente.
Disponível no Web Service CAPSecurity.asmx
Não é necessário informar um parâmetro.
Exemplo de Solicitação/Resposta SOAP (v1.2)
POST /Services/CAPSecurity.asmx HTTP/1.1
Host: qa.capworkflow.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<ClearCache xmlns="http://iteris.cap.webservices" />
</soap12:Body>
</soap12:Envelope>
---
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<ClearCacheResponse xmlns="http://iteris.cap.webservices" />
</soap12:Body>
</soap12:Envelope>