Posts Tagged ‘Testing’

Mocking Web Services in InfoQ

Writing on the recent happenings in the Web services testing approaches, Boris Lublinsky has reviewed my tutorial in an InfoQ post. You can read my tutorial, Mock Web services with Apache Synapse to develop and test Web services, in the IBM developerWorks.

Add comment    Date: May 12, 2008

Categories: Web Services   Tags: , , , , , , ,

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: , , , , , , , , ,

Apache Synapse simulate mediator

Simulate mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It performs regular expression matches against the message and if all the matches succeed, it replaces the message with the given contents of the file. You can replace the whole SOAP envelope or replace only the body contents. This mediator can be used to simulate Web service responses for development and testing. Check out the sample, and download the binary with the source code here.

Add comment    Date: April 27, 2008

Categories: ESB, Web Services   Tags: , , , , , , , ,