My Articles

Mock Web services with Apache Synapse to develop and test Web services

Apache Synapse is a simple, lightweight, high-performance enterprise service bus (ESB) released under the Apache License, Version 2.0. But for an individual developer, what’s the use of an ESB product in your day-to-day life? The simplicity of the configuration, out-of-the-box feature set, extensible architecture, and the minimal footprint makes it a versatile and powerful tool that you can use for a variety of tasks.

In this IBM developerWorks tutorial, I will explain how you can use Apache Synapse to create mock Web services. The target Web service clients and services can be in any language, such as Microsoft® .NET, Java, or PHP. You will work with several samples, starting from the most basic configuration and gradually building more complex solutions to create mock Web services.

Read the article at http://www.ibm.com/developerworks/webservices/edu/ws-dw-ws-synapse.html

Add comment    Date: May 1, 2008

Categories: ESB, My Articles, Web Services   Tags: , , , , , , , , ,

Integrating EDI Legacy Systems with Web Services using WSO2 ESB (Enterprise Service Bus)

Electronic Data Interchange (EDI) and its related standards are the means by which businesses, governments and other organizations exchange structured information among themselves. Businesses need to integrate their EDI based systems with today’s SOAP, XML, REST based solutions. In this article I will show you how to integrate EDI data with Web services using WSO2 ESB.

Read the article at http://wso2.org/library/3302

Add comment    Date: March 31, 2008

Categories: ESB, My Articles   Tags: , , , , , , ,

Writing a Mediator in WSO2 ESB – Part 2

In this article I will show you how to write a custom mediator and enhance it to support Domain Specific XML configuration. This approach is called Domain Specific Modelling (DSM) and helps you make your WSO2 ESB or Apache Synapse mediators simpler and easier to reuse.

Read the article at http://wso2.org/library/2936

Add comment    Date: December 16, 2007

Categories: ESB, My Articles   Tags: , , ,

Writing a Mediator in WSO2 ESB – Part 1

WSO2 ESB comes with an assortment of useful mediators to filter, transform, route and manipulate messages. When the existing mediators come short, you can write your own mediators to implement your specific business requirements. Your custom mediators can be plugged into WSO2 ESB quite easily. After adding them to ESB they function as first class citizens the same as core mediators which come with the product. The custom mediators can be distributed in packaged form which can be installed in another WSO2 ESB instance. In this article I will show you how to write a custom mediator to extend the WSO2 ESB or Apache Synapse functionality to fulfill your business requirements.

Read the article at http://wso2.org/library/2898

Add comment    Date: December 12, 2007

Categories: ESB, My Articles   Tags: , , ,

Writing a Task in WSO2 ESB

A task in WSO2 ESB or Apache Synapse allows you to run a piece of code triggered by a timer. This way you can run scheduled jobs after specified intervals. In this article I will show you how to write a task for the WSO2 ESB which allows you to run scheduled jobs to support your business requirements.

Read the article at http://wso2.org/library/2900

Add comment    Date: December 8, 2007

Categories: ESB, My Articles   Tags: , , ,

Next Page »