08-06-2014 10:16 AM
public String DISCOVERY_SERVICE_WSDL_LOCATION = "/alfresco/cmisws/DiscoveryService?wsdl";
public final static QName DISCOVERY_SERVICE_NAME = new QName("http://docs.oasis-open.org/ns/cmis/ws/200908/", "DiscoveryService");
query.setStatement("select * from cmis:folder where cmis:name LIKE '"+reg_id+"'");
QueryResponse queryresponse=null;
try{
queryresponse = disvcoveryServicePort.query(query);
}catch(CmisException ex){
System.out.println("The value of exception ::::::::::::"+ex.getMessage());
ex.printStackTrace();
}
08-19-2014 12:29 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.