.net Core Microservices on webMethods 10.5

I’m trying to find documentation on how to deploy APIs/microservices developed in .Net Core. I’m assuming that it is possible, but can’t find best practices or examples. Please can someone help.

Hi Jitinder,

Can you please provide more information about your usecase?

Thanks,
-Kalpesh.

Hi Kalpesh,

We plan to develop APIs/Microservices in .net core to be exposed and mediated through webMethods 10.5 that can - at first - be used by our SharePoint 2019 Portal. If it’s not doable in .net core, then we’ll go with Java.

Regards,

J.

Hi Jitinder,

You cannot invoke .net APIs directly from IS. However, if .net exposes APIs through REST, you can invoke those REST services from IS.

Hope this helps.

Regards,
-Kalpesh.

Many thanks Kalpesh. This helps.