<?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; Web Services</title>
	<atom:link href="http://upulgodage.com/blog/tag/web-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://upulgodage.com/blog</link>
	<description>Everything is Possible.</description>
	<lastBuildDate>Sun, 20 May 2012 10:47:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</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>Apache Synapse simulate mediator</title>
		<link>http://upulgodage.com/blog/2008/04/27/apache-synapse-simulate-mediator/</link>
		<comments>http://upulgodage.com/blog/2008/04/27/apache-synapse-simulate-mediator/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 03:26:59 +0000</pubDate>
		<dc:creator>upul</dc:creator>
				<category><![CDATA[ESB]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Apache Synapse]]></category>
		<category><![CDATA[Enterprise Service Bus]]></category>
		<category><![CDATA[Mock objects]]></category>
		<category><![CDATA[Mock Web services]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[synapse]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[WSO2 ESB]]></category>

		<guid isPermaLink="false">http://upulgodage.wordpress.com/?p=33</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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 <a title="Simulate mediator" href="http://esbsite.org/resources.jsp?path=/mediators/upul/Simulate%20Mediator">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://upulgodage.com/blog/2008/04/27/apache-synapse-simulate-mediator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSO2 WSAS (Web Services Application Server) wins Gold Award</title>
		<link>http://upulgodage.com/blog/2008/04/10/wso2-web-services-application-server-wins-gold-award/</link>
		<comments>http://upulgodage.com/blog/2008/04/10/wso2-web-services-application-server-wins-gold-award/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 10:37:12 +0000</pubDate>
		<dc:creator>upul</dc:creator>
				<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Data Services]]></category>
		<category><![CDATA[WSO2 WSAS]]></category>

		<guid isPermaLink="false">http://upulgodage.wordpress.com/?p=17</guid>
		<description><![CDATA[Open source WSO2 WSAS (Web Services Application Server) won the SearchSOA.com Product of the Year award for the Data Services/Integration Category for 2007. WSO2 WSAS can expose data stored in relational databases quickly as Web services without coding. Users can define the SQL queries and how the tabular results map into XML using an intuitive [...]]]></description>
			<content:encoded><![CDATA[<p>Open source <a title="WSO2 WSAS (Web Services Application Server)" href="http://wso2.org/projects/wsas/java">WSO2 WSAS (Web Services Application Server)</a> won the <a title="SearchSOA.com" href="http://searchsoa.techtarget.com/productsOfTheYearWinner/0,296407,sid26_gci1307912_tax310454_ayr2007,00.html">SearchSOA.com</a> Product of the Year award for the Data Services/Integration Category for 2007.</p>
<p>WSO2 WSAS can expose data stored in relational databases quickly as Web services without coding. Users can define the SQL queries and how the tabular results map into XML using an intuitive wizard.</p>
]]></content:encoded>
			<wfw:commentRss>http://upulgodage.com/blog/2008/04/10/wso2-web-services-application-server-wins-gold-award/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>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>

