- Update to axis 1.3

- Re-gen server and client stubs against axis 1.3
- Fix issues with repo and admin wsdl as highlighted by .NET
- Created sample .NET application that authenticates, browses spaces and views content.
- Added Timestamp action to server configuration of security header to support .NET
- Updated Java, PHP and Ruby clients to pass Timestamp action on security header.
- retested Java, PHP, Ruby and .NET web service test clients.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2471 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2006-02-22 15:14:44 +00:00
parent 3e92a05013
commit 728323f5cd
96 changed files with 409 additions and 213 deletions

View File

@@ -2,15 +2,18 @@
* ParameterDefinition.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
* by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.action;
public class ParameterDefinition implements java.io.Serializable {
private java.lang.String name;
private java.lang.String type;
private boolean isMandatory;
private java.lang.String displayLabel;
public ParameterDefinition() {