<?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>TechBubbles &#187; Webservices</title>
	<atom:link href="http://www.techbubbles.com/category/webservices/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com</link>
	<description></description>
	<lastBuildDate>Sun, 18 Apr 2010 23:05:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WCF Service using ASP.NET AJAX Library</title>
		<link>http://www.techbubbles.com/aspnet/wcf-service-using-asp-net-ajax-library/</link>
		<comments>http://www.techbubbles.com/aspnet/wcf-service-using-asp-net-ajax-library/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 23:25:00 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Webservices]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET 4]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/wcf-service-using-asp-net-ajax-library/</guid>
		<description><![CDATA[More often, the data to shown in an AJAX page is retrieved from the Web server using a Web service, a Windows Communication Foundation (WCF) service. The services that can also return JavaScriptObjectNotation(JSON) are potential candidates for AJAX pages.
This post explains about calling a WCF service using ASP.NET AJAX Library Data View control. The following [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/wcf-service-using-asp-net-ajax-library/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>REST and SOAP</title>
		<link>http://www.techbubbles.com/webservices/rest-and-soap/</link>
		<comments>http://www.techbubbles.com/webservices/rest-and-soap/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 18:51:00 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[WCF]]></category>
		<category><![CDATA[Webservices]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[SOAP]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/webservices/rest-and-soap/</guid>
		<description><![CDATA[Which is better SOAP or REST? One of the most common discussions. Both REST and SOAP are different approaches in writing the service oriented applications. REST is an architectural style for building client-server applications. SOAP is a protocol for exchanging data between two endpoints.
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;  

It is more appropriate if you compare REST with RPC(remote [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/webservices/rest-and-soap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.NET Access Control Service</title>
		<link>http://www.techbubbles.com/microsoft/net-access-control-service/</link>
		<comments>http://www.techbubbles.com/microsoft/net-access-control-service/#comments</comments>
		<pubDate>Mon, 25 May 2009 00:05:53 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Webservices]]></category>
		<category><![CDATA[.NET Access Control Service]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/microsoft/net-access-control-service/</guid>
		<description><![CDATA[My previous article explained the basics of building windows azure services. Let’s start looking at the .NET Access Control Service. .NET Access Control Service allows you to use the authentication and authorization services from external sources that are maintained by security experts. Security experts control the authentication and issue the token to the application. Application [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/microsoft/net-access-control-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Windows Azure Services</title>
		<link>http://www.techbubbles.com/microsoft/building-windows-azure-services/</link>
		<comments>http://www.techbubbles.com/microsoft/building-windows-azure-services/#comments</comments>
		<pubDate>Mon, 04 May 2009 19:43:34 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Webservices]]></category>
		<category><![CDATA[WorkflowFoundation]]></category>
		<category><![CDATA[Azure Services]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/microsoft/building-windows-azure-services/</guid>
		<description><![CDATA[Introduction
Microsoft introduced cloud platform officially known as Azure Services Platform.It makes easy for .NET Developers to move their applications to the cloud using same tools and API’s they’re already familiar with. It provides highly-scalable execution environment for running .NET Applications and storing data in Microsoft data centers throughout the world.



 

.NET Services
If you were Application [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/microsoft/building-windows-azure-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The .NET Service Bus With Example</title>
		<link>http://www.techbubbles.com/webservices/the-net-service-bus-with-example/</link>
		<comments>http://www.techbubbles.com/webservices/the-net-service-bus-with-example/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 07:06:00 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Webservices]]></category>
		<category><![CDATA[.NET Service Bus]]></category>
		<category><![CDATA[Service Bus]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/webservices/the-net-service-bus-with-example/</guid>
		<description><![CDATA[You need to open an account with the .NET Service Bus, and need to use the .NET Service Bus administration Web site to create a new solution. You can open an account by visiting the following link http://portal.ex.azure.microsoft.com/. More about The .NET Service Bus can be found here.



Create a solution with the .NET Service Bus [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/webservices/the-net-service-bus-with-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The .NET Service Bus</title>
		<link>http://www.techbubbles.com/webservices/the-net-service-bus/</link>
		<comments>http://www.techbubbles.com/webservices/the-net-service-bus/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 20:21:22 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Webservices]]></category>
		<category><![CDATA[.NET Service Bus]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/webservices/the-net-service-bus/</guid>
		<description><![CDATA[Introduction
The .NET Service bus is a powerful and useful feature from Windows Azure Cloud Computing. The .NET Service bus is designed to address the connectivity issues in advanced communication scenarios. The main issue it addresses is Internet connectivity. This post explains how it addresses these issues in real world.
Internet Connectivity Challenge
 

Often when you are [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/webservices/the-net-service-bus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Validating XML Document Using XSD in C#.NET</title>
		<link>http://www.techbubbles.com/webservices/validating-xml-document-using-xsd-in-cnet/</link>
		<comments>http://www.techbubbles.com/webservices/validating-xml-document-using-xsd-in-cnet/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 20:33:23 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Webservices]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/webservices/validating-xml-document-using-xsd-in-cnet/</guid>
		<description><![CDATA[Introduction
This post explains how to apply&#160; XML Schema Definition Language(XSD) to Extensible Markup Language (XML) document. Basics of XSD.
Create an XML Document

Start Visual Studio .NET
Create a new XML File.
Add the following data to the XML Document

&#60;Employee EmployeeID=&#34;123&#34;&#62;
   &#60;EmployeeName&#62;James Bond&#60;/EmployeeName&#62;
&#60;/Employee&#62;

&#160; 4.&#160; Save the file as Employee.xml file&#160; 
Create the XSD Schema, and Link to [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/webservices/validating-xml-document-using-xsd-in-cnet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>XML Schema Basics(XSD)</title>
		<link>http://www.techbubbles.com/webservices/xml-schema-basicsxsd/</link>
		<comments>http://www.techbubbles.com/webservices/xml-schema-basicsxsd/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 17:26:10 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Webservices]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/webservices/xml-schema-basicsxsd/</guid>
		<description><![CDATA[Introduction
This post gives a basic overview of XML Schema and how to use in development. XML schema describes what XML document contains and content of the XML document what fields and sub elements it can contain.
Standards for Describing XML Document

DTD : was the First formulized standard.
XDR: Much comprehensive standard than DTD.
XSD: Currently de facto standard [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/webservices/xml-schema-basicsxsd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WSE Settings 3.0 Tool</title>
		<link>http://www.techbubbles.com/webservices/wse-settings-30-tool/</link>
		<comments>http://www.techbubbles.com/webservices/wse-settings-30-tool/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 16:16:52 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Webservices]]></category>
		<category><![CDATA[WSE]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/webservices/wse-settings-30-tool/</guid>
		<description><![CDATA[The WSE features can be enabled by using WSE 3.0 tool which is a graphical user interface in visual studio 2005. You have to download the WSE 3.0 for .NET to configure the WSE 3.0 tool. 
To open the WSE Settings 3.0 tool from Visual Studio 2005. 

Open the Solution or project that you want [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/webservices/wse-settings-30-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Overview of WSE 3.0</title>
		<link>http://www.techbubbles.com/webservices/overview-of-wse-30/</link>
		<comments>http://www.techbubbles.com/webservices/overview-of-wse-30/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 20:23:21 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Webservices]]></category>
		<category><![CDATA[WSE]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/uncategorized/overview-of-wse-30/</guid>
		<description><![CDATA[Introduction
Web Services Enhancements is a .NET class library to develop web services using latest protocols.
Features

Securing the Web Services: It is difficult to secure a web service that cross the security domains. We can secure a web service by sending over secure transport, such as Secure Socket Layer(SSL) but that holds good when the communication is [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/webservices/overview-of-wse-30/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
