public it.eng.spagobi.sdk.documents.bo.SDKDocumentParameterValue[] getDefaultValues(
     java.lang.Integer in0, java.lang.String in1)
     throws java.rmi.RemoteException,
         it.eng.spagobi.sdk.exceptions.NonExecutableDocumentException {
   DocumentsServiceImpl impl = new DocumentsServiceImpl();
   return impl.getDefaultValues(in0, in1);
 }