03-12-2009 01:47 AM
RepositoryServiceSoapBindingStub repositoryService = WebServiceFactory.getRepositoryService();
// Create a query object, looking for all items with alfresco in the name of text
Query query = new Query(Constants.QUERY_LANG_LUCENE, "TEXT:'alfresco development team'");
// Execute the query
QueryResult queryResult = repositoryService.query(STORE, query, false);
03-12-2009 04:40 AM
1. We need to to deploy this webservice using Eclipse.
If we deploy our webservice using eclipse ( by configuring the Tomcat of alfresco as server )
We get the WSDL to work . But when we start the Alfresco Server (from start menu ) the same wsdl url doesn't work.
We use a work around by copying the war file of our webservice manually in the Alfresco/Tomcat/Webapps directory.
Is it the right approach ?? Is there anyother way to deploy the custom Webservice in Alfresco ?
2. We want to talk to alfresco and read the content etc. from the deployed webservice.
How to go about it ?? We need to read the properties of the content stored in Alfresco ?
Do you think we can do this from a deployed webservice .. not a standalone class ?I should have a more clear vision of that to answear this but of course you can!
03-12-2009 06:36 AM
03-12-2009 12:20 PM
03-12-2009 11:21 PM
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.