Trying to upload object through WSDL in SOAP UI
We are trying to upload object via soap ui
Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://xmlns.oracle.com/oxp/service/v2">
soapenv:Header/
soapenv:Body
v2:uploadObject
v2:reportObjectAbsolutePathURL/Custom/<REPORTPATH>.xdo</v2:reportObjectAbsolutePathURL>
v2:objectTypexdoz</v2:objectType>
v2:objectZippedDataBASE64Data(got from downloadobject</v2:objectZippedData>
v2:userID</v2:userID>
v2:password</v2:password>
</v2:uploadObject>
</soapenv:Body>
</soapenv:Envelope>
Error:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
soapenv:Body
soapenv:Fault
<faultcode>soapenv:Server</faultcode>
<faultstring>Security violation: /Custom/<REPORTPATH>.xdo, user: ****, expect: 514, permission: 2552</faultstring>
</soapenv:Fault>