Category: ESB

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 […]

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 […]

How to create a Password Callback class

Most of web services have been secured using various WS-security  methods. Therefore we need to implements clients that support WS-Security to invoke these web services. If you are using Rampart or WSS4J for WS-Security for processing in client side,  you may need to create a password callback class for following 1. Get the password to […]