Category: WSO2ESB

WSO2 Enterprise service bus

How to Write custom mediator for WSO2ESB

WSO2 ESB gives an extension points, where users can create their own processing logic in to the message path. One way is implementing a custom mediator  (class mediator) where it can be plugged with ESB sequences. We can found lot of docs and blogs on writing a custom mediators. But I just like to summarize all […]

How to invoke secured backend service using WSO2 ESB

WSO2 ESB can be used for implementing various security patterns in your SOA. It supports message level security with WS-Security specification. In this blog post, we are going to use WSO2 ESB to invoke a secured BE service.    Lets assume BE service is secured with WS-Security Policy.     Policy contains both signature and encryption  and […]

Enable Mutual SSL for Proxy services in WSO2ESB-II

This is my second blog post about enabling mutual SSL for ESB  proxy services. In my previous blog post,  we enabled mutual SSL for all deployed proxy services. But in this blog post,  we are going  to enable mutual SSL for only selected proxy services. Let assume we have proxy service call “TestProxy” and also there are many […]