Question
Can Pega Studio plugin consume .NET DLL that is NOT based on ComponentModel?
Is it possible for Pega Studio plugin to consume a .NET assembly (DLL) that is NOT based on ComponentModel? I ask because the only references to this topic I could find are posts like the following :https://pdn.pega.com/community/product-support/question/use-class-libraries-developed-net-openspan-automation
I would like to access a class library developed to do some processing against an external API. It seems like the most logical way to access its methods would be to utilize a Pega script component. While I am able to make a reference (via "Edit References") to the DLL, the script fails validation because it doesn't recognize the namespaces.
I am using Visual Studio 2015 with the Pega Studio Plug-in 8.0.1045
***Moderator Edit: Vidyaranjan | Updated Categories***
Hi,
Write wrapper class by inheriting Component and then add the DLL in OpenSpan installation folder (C:\Program Files (x86)\OpenSpan\OpenSpan Plug-in for Microsoft Visual Studio 2015) and add to toolbox items in Pega Robotics Studio to use those methods in automation.