alp225.spw
SpagoBI friend
Joined: 10/07/2012 12:29:52
Messages: 75
Offline
|
comes too late to send service requests
what can I do
SDKFunctionality treeDocument= null;
try {
documentProxy = new DocumentsServiceProxy(userName, password);
documentProxy.setEndpoint("http://localhost:8288/SpagoBI/sdk/DocumentsService");
treeDocument = documentProxy.getDocumentsAsTree(null);
} catch (Exception e) {
}
return treeDocument;
|