/** * WorkspaceManager_Service.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package vn.mobileid.fms.client.ws; public interface WorkspaceManager_Service extends javax.xml.rpc.Service { public java.lang.String getWorkspaceManagerPortAddress(); public vn.mobileid.fms.client.ws.WorkspaceManager_PortType getWorkspaceManagerPort() throws javax.xml.rpc.ServiceException; public vn.mobileid.fms.client.ws.WorkspaceManager_PortType getWorkspaceManagerPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException; }