Senduran's Blog
Saturday, September 3, 2016
How to setup a local SVN server
›
Following commands guide to set a local SVN server, this is helpful when you want to use a temporary SVN sever (eg: testing a cluster setup...
Sunday, February 21, 2016
WSO2 ESB Iterate mediator sample
›
Following is a small API using WSO2 ESB iterate mediator. <api xmlns= "http://ws.apache.org/ns/synapse" name= "simpl...
Saturday, August 8, 2015
Useful XPath expressions
›
The following WSO2 ESB proxy service creates a sample XML payload and logs some useful XPath expressions 1 2 3 4 5 6 7 8 9 10...
Tuesday, July 21, 2015
How to get WSO2 ESB iterate mediator's iteration count
›
WSO2 ESB's iterate mediator is very useful to implement the Splitter Enterprise Integration Pattern. It splits the message based on a ...
5 comments:
Sunday, June 14, 2015
WSO2 ESB as a Runtime Environment for WSO2 Developer Studio
›
To configure the WSO2 ESB as a runtime environment in the developer studio, Go to Window --> Preferences Server --> Runtime Env...
Friday, March 27, 2015
Calling an admin service with Signed JWT using Jaggery
›
This sample shows how to call admin services using Signed JWT from a Jaggery application. The advantage of using Signed JWT header in the ...
Monday, February 9, 2015
Add, Modify resources in WSO2 Governance Registry using Jaggery
›
The Following piece of code shows how to add a resource(file) to wso2 governance registry and Modify its content. The quickest (I guess) ...
‹
Home
View web version