Calling SBO from TBO gives error
Hi All, I am calling SBO from TBO but it gives me NoClassDefFoundError. The code I have written is as below: SBO Interface public interface ITutorialSBO extends IDfService { public void setAttributes(IDfSysObject sysObj, IDfSession session) throws DfException; } SBO Implementation Class public class TutorialSBO extends…