- Action web service implementation

- Simple Ruby web service examples
- Outstanding work around persiatancy of models in the repository

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2094 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2006-01-10 14:51:45 +00:00
parent 39959718c1
commit 6f51f49abc
37 changed files with 8891 additions and 51 deletions

View File

@@ -0,0 +1,20 @@
/**
* ActionService.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
*/
package org.alfresco.example.webservice.action;
public interface ActionService extends javax.xml.rpc.Service {
/**
* Provides Action and Rule manipulation methods.
*/
public java.lang.String getActionServiceAddress();
public org.alfresco.example.webservice.action.ActionServiceSoapPort getActionService() throws javax.xml.rpc.ServiceException;
public org.alfresco.example.webservice.action.ActionServiceSoapPort getActionService(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}