I have created an Extention which calls a third party soap api. this api requires a certificate to be attached with it. Which I have done it in my Extention code written in c# .net. Now when I call that extension method in Outsystem project it always gives me "File not found" error which seems it start searching the certificate that I attached with Extention.
Can you guys will help me how to resolve this issue.
I have the same problem with putting font .ttf in Outsystems to be called by the C# extension,,
this is the best link that may helps:
https://success.outsystems.com/Documentation/11/Reference/Integration_Studio/Integration_Studio_Editors/Resource_Editor
regards
Hi Hassan,
Did you follow this guide from OutSystems?
Regards,
Nordin
Inside Integration Studio, don't forget to set the file's Deploy Action to one of the "Copy to" values instead of "Ignore".
Hi Kilian,
thank you for the reply where I can get this option.
Thank you
Second tab, click the file, edit the setting in the right pane.