SoapUI encountered error on try to attach a document to request
Error message
Error - could not perform the operation, policy limit exceeded
Steps to Reproduce:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://www.ca.com/UnicenterServicePlus/ServiceDesk">
<soapenv:Header/>
<soapenv:Body>
<ser:createAttachment>
<sid>##########</sid>
<repositoryHandle>doc_rep:####</repositoryHandle>
<objectHandle>cr:######</objectHandle>
<description>test_soap</description>
<fileName>s.log</fileName>
</ser:createAttachment>
</soapenv:Body>
</soapenv:Envelope>
Release: Service Desk Manager 17.3 and up
Component:
SoapUI need to cache file to be attached
Click on + sign to add the file to cache
The attachment was uploaded to request as "attmnt:400080"
Requirement specific to SoapUI, java app do not need to cache the file to upload.