- 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,13 +2,14 @@
* AuthenticationFault.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.authentication;
public class AuthenticationFault extends org.apache.axis.AxisFault implements java.io.Serializable {
private int errorCode;
private java.lang.String message1;
public AuthenticationFault() {

View File

@@ -2,13 +2,14 @@
* AuthenticationResult.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.authentication;
public class AuthenticationResult implements java.io.Serializable {
private java.lang.String username;
private java.lang.String ticket;
public AuthenticationResult() {

View File

@@ -2,7 +2,7 @@
* AuthenticationServiceSoapPort.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.authentication;