SOAP API - getRepositoryInfo

The table summarizes the SOAP API - getRepositoryInfo.

Request Uses the GetRepositoryInfoRequest element (from the DocumentService schema).
Response Returns a GetRepositoryInfoResponse element (from the DocumentService schema).
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:doc="http://document.api.bds.tibco.com">
   <soapenv:Header/>
   <soapenv:Body>
      <doc:GetRepositoryInfoRequest/>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <GetRepositoryInfoResponse xmlns="http://document.api.bds.tibco.com">
         <vendorName xmlns="">Alfresco</vendorName>
         <productVersion xmlns="">5.0.0 (r75118-b23)</productVersion>
         <repositoryId xmlns="">-default-</repositoryId>
         <repositoryName xmlns=""/>
         <repositoryDescription xmlns=""/>
         <cmisVersion xmlns="">1.0</cmisVersion>
         <versioningStateSupported xmlns="">MAJOR</versioningStateSupported>
         <versioningStateSupported xmlns="">MINOR</versioningStateSupported>
         <multifilingSupported xmlns="">true</multifilingSupported>
         <querySupported xmlns="">true</querySupported>
         <unfilingSupported xmlns="">false</unfilingSupported>
         <likeSupported xmlns="">true</likeSupported>
      </GetRepositoryInfoResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>