Hello Everyone,
I'm facing an issue when trying to save a webi document into another folder using 'SAVE AS' RESTful call, it's giving 500 Internal server error (through AZOT & RESTClient)
Following are details:
We are on to BusinessObjects version 4.1 SP5. In the AZOT workflow, I have created a new document and in the next call I'm trying to save this newly created document into another folder, then this is error is observed.
RESTful service URL:- [POST] : /documents/{docId}
Request Body:
<document>
<name>Testing SAVE AS</name>
<folderId>219060</folderId>
</document>
Response:
Can anyone help me with this ?
Thanks,
Ram