I had to reinstall my test environment (Developer Edition ofDocumentum Content Server and CMIS ear running on jBoss).
CMIS SOAP responses were ok before, but not now.
Soap request to getRepositories returns no repositories. Previously it was returning repository named "documentum".
Maybe I am missing something basic, because I have no previous experience with Documentum, but it seems that Documentum itself works just fine.
Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cmis.org/2008/05">
<soapenv:Header/>
<soapenv:Body>
<ns:getRepositories/>
</soapenv:Body>
</soapenv:Envelope>
Response:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:getRepositoriesResponse xmlns="http://www.w3.org/2005/Atom" xmlns:ns2="http://www.cmis.org/2008/05" xmlns:ns3="http://www.w3.org/2007/app"/>
</S:Body>
</S:Envelope>
Thanks,
Boris