I cannot get answer to my problem.
I am trying to delete document on eXist Db via soap driver. Using removeDocument($path). But nothing is happened! No errors on log, no exceptions !
I have no problems to store documents, create collection, remove collection, remove user, get resources.
But when I am using removeDocument() function from SOAP interface to delete arbitrary resource, it is there again.
I don`t know where is my mistake !! All seems like removeCollection($path), removeUser() …
I can remove manually document from eXist DB Client (GUI and shell). The documents are visible, i can get permissions of them, restore ...
Please, if you have time and possibility, answer me !!!
P.S. I am using php
I am trying to delete document on eXist Db via soap driver. Using removeDocument($path). But nothing is happened! No errors on log, no exceptions !
I have no problems to store documents, create collection, remove collection, remove user, get resources.
But when I am using removeDocument() function from SOAP interface to delete arbitrary resource, it is there again.
I don`t know where is my mistake !! All seems like removeCollection($path), removeUser() …
I can remove manually document from eXist DB Client (GUI and shell). The documents are visible, i can get permissions of them, restore ...
Please, if you have time and possibility, answer me !!!
P.S. I am using php