25
Views
1
Comments
Solved
OutSystems -- IBM FileNet  Integration

I need to integrate Outsystems Platform with IBM FileNet.

Can anybody gently provide any guidance?

Best Regards to whole community...

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi Jitendra,

OutSystems roughly has 4 options on integrating an external platform.

  1. Use REST Service, so check if IBM FileNet has a public REST API and consume it in OutSystems
  2. Use SOAP Service, check if IBM FileNet has a public SOAP Service and consume it in OutSystems
  3. A platform SDK in C#, use the SDK in an OutSystems extension to build the integration server side
  4. A platform SDK in JavaScript, use the SDK in your front end application to build the integration

Regards,

Daniel

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.