| java.lang.Object org.openharmonise.him.reports.ReportServiceClient
ReportServiceClient | public class ReportServiceClient (Code) | | Client interface for the Report service
author: Fidel Viegas version: $Revision: 1.1 $ |
SIMULACRA_WEBSERVICE_NAMESPACE_URI | final public static String SIMULACRA_WEBSERVICE_NAMESPACE_URI(Code) | | |
ReportServiceClient | public ReportServiceClient()(Code) | | |
executeQuery | public static String executeQuery(URL endpoint, String sPath, String sUserName, String sPassword) throws java.rmi.RemoteException, ServiceException(Code) | | Makes SOAP request to execute a report query.
Parameters: endpoint - (e.g. http://localhost:8080/webdav/services/ReportService) Parameters: sPath - The Webdav path to the query Parameters: sUserName - The user making the request Parameters: sPassword - The password of the user making the request throws: java.rmi.RemoteException - throws: ServiceException - |
|
|