mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
- 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:
@@ -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() {
|
||||
|
@@ -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() {
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user