public void uploadDatamartModel(it.eng.spagobi.sdk.documents.bo.SDKTemplate in0)
     throws java.rmi.RemoteException {
   DocumentsServiceImpl impl = new DocumentsServiceImpl();
   impl.uploadDatamartModel(in0);
 }