Integrate With Mutual Certificate Authentication based ServiceThere are many ways to secure a Service/API using different Authentication mechanisms. Mutual Certificate authentication(AKA: Client…Dec 1, 2020Dec 1, 2020
CSV to SOAP Conversion with Smooks MediatorSmook Mediator available in WSO2 EI/ESB can be used to do various message transformations. For an example read CSV file and transform to…Feb 20, 2020Feb 20, 2020
Kerberos based Authentication for WSO2 DatasourcesAs you know, Kerberos can be used to authenticate System or users reside on a none secured network. In my use case, I have a couple of…Jan 16, 2020Jan 16, 2020
WSO2 Payload Factory Mediators for JSON MessageWSO2 ESB/EI PayloadFactory mediator can be used to replace the contents of a message. As an example, if the backend is accepting a…Apr 30, 2018Apr 30, 2018
WSO2 ESB — How to use filter inside iterate mediatorWSO2 ESB’s Iterate mediator plays a very powerful role in the Splitter Enterprise Integration Pattern. Splitter Enterprise Integration…Feb 22, 2018Feb 22, 2018
WSO2 ESB/EI Send XML content to backendWhen sending XML content inside the payload to the backend via WSO2 ESB, we have to encode it and send it. In my usecase, I have a Data…Dec 10, 2017Dec 10, 2017
Secure Spring Boot REST API using Basic AuthenticationThis is the third post of my Spring Boot Blog post series. In the very first post, I talked about my experience with creating RESTFul…Oct 14, 2017Oct 14, 2017
Introduction to WSO2 Registry MountingThis post is based on the common questions raised about registry mounting and how it works etc. Below are the main questions people ask:Sep 16, 2017Sep 16, 2017
Integrating Swagger with Spring Boot REST APIIn the last post, I talked about my experience with creating RESTFul Services using Spring Boot. When creating a REST API, proper…Sep 11, 2017Sep 11, 2017