1 /**2 * AuthenticationServiceSoapPort.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.6 */7 8 package org.alfresco.example.webservice.authentication;9 10 public interface AuthenticationServiceSoapPort extends java.rmi.Remote {11 public org.alfresco.example.webservice.authentication.AuthenticationResult authenticate(java.lang.String username, java.lang.String password) throws java.rmi.RemoteException , org.alfresco.example.webservice.authentication.AuthenticationFault;12 }13