Tag: IFS
-
IFS Authentication flow with OAuth and OpenID Connect
Use of OAuth in IFS and guide to setup Postman to obtain OAuth tokens from IFS Identity Provider
-
IFS Authentication flow with OAuth and OpenID Connect
Use of OAuth in IFS and guide to setup Postman to obtain OAuth tokens from IFS Identity Provider
-
Working with Java Transformers in IFS
A short guide about IFS transformers and how to build a java transformer
-
Capturing IFS Aurena requests using Postman
How to use Postman to work with IFS Aurena
-
Clickatell SMS Integration with IFS
This post is a reply to the IFS forum discussion which questioned about SMS integration with IFS. I did a simple POC for this and surprisingly it worked so I thought it will be a good post to return to my blog after some time. Clickatell is world leading SMS platform and supported in many…
-
Clickatell SMS Integration with IFS
This post is a reply to the IFS forum discussion which questioned about SMS integration with IFS. I did a simple POC for this and surprisingly it worked so I thought it will be a good post to return to my blog after some time. Clickatell is world leading SMS platform and supported in many…
-
Build a RESTful API for IFS with WSO2 and knak.it connector
I have tried several different integration tools like Mulesoft, Azure Service Bus and and some native coding with IFS but nothing worked as good (and free) as WSO2 Enterprise Integrator so far. It’s a complete Integration tool kit with tons of features so you can basically integrate IFS with anything with right combination of configuration…
-
Build a RESTful API for IFS with WSO2 and knak.it connector
I have tried several different integration tools like Mulesoft, Azure Service Bus and and some native coding with IFS but nothing worked as good (and free) as WSO2 Enterprise Integrator so far. It’s a complete Integration tool kit with tons of features so you can basically integrate IFS with anything with right combination of configuration…
-
Taming the ESB Beast – Part 1
Connecting IFS database to WSO2 Enterprise Integrator I tried many options to connect IFS with other systems but the standard IFS functionalities are very limited to expose the business objects to outside and connect ‘any’ type of other system to IFS. On the other hand Enterprise Service Bus, ESB is there to fill the communication gap between two…
-
Java date issue with Daylight saving
One of our UK clients complained that some of the timestamp settings in IFS are incorrect. This issue was noticed in Tasks where the received timestamp is one hour behind of the actual time. After some debugging the function call to save the task, we identified that the received time is set from the application server and seems…