Package it.eng.spagobi.sdk.proxy

Examples of it.eng.spagobi.sdk.proxy.DocumentsServiceProxy


  int documentId=5;
  int engineTypeId=10;// report jasper
 
  public DocumentsServiceTest(String name) {
    super(name);
    proxy = new DocumentsServiceProxy(user,password);
    proxy.setEndpoint("http://localhost:8080/SpagoBI/sdk/DocumentsService");
  }
View Full Code Here

TOP

Related Classes of it.eng.spagobi.sdk.proxy.DocumentsServiceProxy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.