<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Upul Godage Writes &#187; My Articles</title>
	<atom:link href="http://upulgodage.com/blog/category/my-articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://upulgodage.com/blog</link>
	<description>Everything is Possible.</description>
	<lastBuildDate>Fri, 16 Dec 2011 12:51:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mock Web services with Apache Synapse to develop and test Web services</title>
		<link>http://upulgodage.com/blog/2008/05/01/mock-web-services-with-apache-synapse-to-develop-and-test-web-services/</link>
		<comments>http://upulgodage.com/blog/2008/05/01/mock-web-services-with-apache-synapse-to-develop-and-test-web-services/#comments</comments>
		<pubDate>Thu, 01 May 2008 16:19:02 +0000</pubDate>
		<dc:creator>upul</dc:creator>
				<category><![CDATA[ESB]]></category>
		<category><![CDATA[My Articles]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Apache Synapse]]></category>
		<category><![CDATA[Demo]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Enterprise Service Bus]]></category>
		<category><![CDATA[Mock objects]]></category>
		<category><![CDATA[Mock Web services]]></category>
		<category><![CDATA[synapse]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://upulgodage.wordpress.com/?p=20</guid>
		<description><![CDATA[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&#8217;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 [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Apache Synapse" href="http://synapse.apache.org">Apache Synapse</a> is a simple, lightweight, high-performance       enterprise service bus (ESB) released under the Apache License, Version 2.0. But for an individual       developer, what&#8217;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.</p>
<p>In this <a title="IBM developerWorks" href="http://www.ibm.com/developerworks/">IBM developerWorks</a> 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.</p>
<p>Read the article at <a title="Mock Web services with Apache Synapse to develop and test Web services" href="http://www.ibm.com/developerworks/webservices/edu/ws-dw-ws-synapse.html">http://www.ibm.com/developerworks/webservices/edu/ws-dw-ws-synapse.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://upulgodage.com/blog/2008/05/01/mock-web-services-with-apache-synapse-to-develop-and-test-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating EDI Legacy Systems with Web Services using WSO2 ESB (Enterprise Service Bus)</title>
		<link>http://upulgodage.com/blog/2008/03/31/integrating-edi-legacy-systems-with-web-services-using-wso2-esb-enterprise-service-bus/</link>
		<comments>http://upulgodage.com/blog/2008/03/31/integrating-edi-legacy-systems-with-web-services-using-wso2-esb-enterprise-service-bus/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 10:14:11 +0000</pubDate>
		<dc:creator>upul</dc:creator>
				<category><![CDATA[ESB]]></category>
		<category><![CDATA[My Articles]]></category>
		<category><![CDATA[EDI]]></category>
		<category><![CDATA[Electronic Data Interchange]]></category>
		<category><![CDATA[Enterprise Service Bus]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[synapse]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://upulgodage.wordpress.com/?p=14</guid>
		<description><![CDATA[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&#8217;s SOAP, XML, REST based solutions. In this article I will show you how to integrate EDI data with Web services using WSO2 [...]]]></description>
			<content:encoded><![CDATA[<p>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&#8217;s SOAP, XML, REST based solutions. In this article I will show you how to integrate EDI data with Web services using WSO2 ESB.</p>
<p>Read the article at <a title="Integrating EDI Legacy Systems with Web Services using WSO2 ESB (Enterprise Service Bus)" href="http://wso2.org/library/3302">http://wso2.org/library/3302</a></p>
]]></content:encoded>
			<wfw:commentRss>http://upulgodage.com/blog/2008/03/31/integrating-edi-legacy-systems-with-web-services-using-wso2-esb-enterprise-service-bus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing a Mediator in WSO2 ESB &#8211; Part 2</title>
		<link>http://upulgodage.com/blog/2007/12/16/writing-a-mediator-in-wso2-esb-part-2/</link>
		<comments>http://upulgodage.com/blog/2007/12/16/writing-a-mediator-in-wso2-esb-part-2/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 12:14:27 +0000</pubDate>
		<dc:creator>upul</dc:creator>
				<category><![CDATA[ESB]]></category>
		<category><![CDATA[My Articles]]></category>
		<category><![CDATA[Enterprise Service Bus]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[synapse]]></category>

		<guid isPermaLink="false">http://upulgodage.wordpress.com/?p=8</guid>
		<description><![CDATA[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]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>Read the article at <a title="Writing a Mediator in WSO2 ESB - Part 2" href="http://wso2.org/library/2936">http://wso2.org/library/2936</a></p>
]]></content:encoded>
			<wfw:commentRss>http://upulgodage.com/blog/2007/12/16/writing-a-mediator-in-wso2-esb-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing a Mediator in WSO2 ESB &#8211; Part 1</title>
		<link>http://upulgodage.com/blog/2007/12/12/writing-a-mediator-in-wso2-esb-part-i/</link>
		<comments>http://upulgodage.com/blog/2007/12/12/writing-a-mediator-in-wso2-esb-part-i/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 09:54:05 +0000</pubDate>
		<dc:creator>upul</dc:creator>
				<category><![CDATA[ESB]]></category>
		<category><![CDATA[My Articles]]></category>
		<category><![CDATA[Enterprise Service Bus]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[synapse]]></category>

		<guid isPermaLink="false">http://upulgodage.wordpress.com/?p=6</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>Read the article at <a title="Writing a Mediator in WSO2 ESB - Part 1" href="http://wso2.org/library/2898">http://wso2.org/library/2898</a></p>
]]></content:encoded>
			<wfw:commentRss>http://upulgodage.com/blog/2007/12/12/writing-a-mediator-in-wso2-esb-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing a Task in WSO2 ESB</title>
		<link>http://upulgodage.com/blog/2007/12/08/writing-a-task-in-wso2-esb/</link>
		<comments>http://upulgodage.com/blog/2007/12/08/writing-a-task-in-wso2-esb/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 08:25:21 +0000</pubDate>
		<dc:creator>upul</dc:creator>
				<category><![CDATA[ESB]]></category>
		<category><![CDATA[My Articles]]></category>
		<category><![CDATA[Enterprise Service Bus]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[synapse]]></category>

		<guid isPermaLink="false">http://upulgodage.wordpress.com/?p=5</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>Read the article at <a title="Writing a Task in WSO2 ESB" href="http://wso2.org/library/2900">http://wso2.org/library/2900</a></p>
]]></content:encoded>
			<wfw:commentRss>http://upulgodage.com/blog/2007/12/08/writing-a-task-in-wso2-esb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running WSO2 WSAS on an IBM WebSphere Application Server</title>
		<link>http://upulgodage.com/blog/2007/10/27/running-wso2-wsas-on-an-ibm-websphere-application-server/</link>
		<comments>http://upulgodage.com/blog/2007/10/27/running-wso2-wsas-on-an-ibm-websphere-application-server/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 10:55:48 +0000</pubDate>
		<dc:creator>upul</dc:creator>
				<category><![CDATA[My Articles]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[websphere]]></category>

		<guid isPermaLink="false">http://upulgodage.wordpress.com/?p=4</guid>
		<description><![CDATA[WSO2 Web Services Application Server (WSAS) is an open-source application server for Web services, supporting a whole array of open Web services standards and protocols. It is built on top of Apache Axis2 Web services framework and integrates several other open-source components and tools. In this article, I show you how to successfully integrate the [...]]]></description>
			<content:encoded><![CDATA[<p><a title="WSO2 Web Services Application Server" href="http://wso2.org/projects/wsas/java">WSO2 Web Services Application Server (WSAS)</a> is an open-source application server for Web services, supporting a whole array of open Web services standards and protocols. It is built on top of Apache Axis2 Web services framework and integrates several other open-source components and tools. In this article, I show you how to successfully integrate the WSO2 Web Services Application Server with the IBM WebSphere Application Server V6.1.</p>
<p>Read the article at <a title="Running WSO2 WSAS on an IBM WebSphere Application Server" href="http://wso2.org/library/2735">http://wso2.org/library/2735</a></p>
]]></content:encoded>
			<wfw:commentRss>http://upulgodage.com/blog/2007/10/27/running-wso2-wsas-on-an-ibm-websphere-application-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

