<?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; Web Services</title>
	<atom:link href="http://www.techbubbles.com/tag/web-services/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 Discovery with UDP</title>
		<link>http://www.techbubbles.com/wcf/wcf-discovery-with-udp/</link>
		<comments>http://www.techbubbles.com/wcf/wcf-discovery-with-udp/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 10:38:00 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[WCF]]></category>
		<category><![CDATA[UDP]]></category>
		<category><![CDATA[WCF Discovery]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/wcf/wcf-discovery-with-udp/</guid>
		<description><![CDATA[Inorder to call the WindowsCommunicationFoundation service, a port or pipe which assigned to the service must be available and the client must know the address endpoints before calling the services.
If the service could use any available address then client can discover that address at runtime. There is a industry standard-based solution which helps in discovering [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/wcf/wcf-discovery-with-udp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web services security</title>
		<link>http://www.techbubbles.com/uncategorized/web-services-security/</link>
		<comments>http://www.techbubbles.com/uncategorized/web-services-security/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 17:40:46 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/uncategorized/web-services-security/</guid>
		<description><![CDATA[Introduction
Securing a Web service is possible using WSE (Web Services Enhancements) for .NET. We can define the security requirements for both incoming and outgoing SOAP Messages this we can call it is a policy.
We can define the policy in two ways
1. Using WSE Settings 3.0 Tool
2. Adding the policy element to the XML file
Alternatively we [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/uncategorized/web-services-security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MTOM Support to Web Service</title>
		<link>http://www.techbubbles.com/webservices/mtom-support-to-web-service/</link>
		<comments>http://www.techbubbles.com/webservices/mtom-support-to-web-service/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 14:56:24 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Webservices]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/webservices/mtom-support-to-web-service/</guid>
		<description><![CDATA[Overview of MTOM
Using MTOM an application can send or receive a large amount of data. MTOM allows message-level security to be applied to the message including binary data. MTOM encodes the SOAP message and transmits the message as XML.
Following is the procedure to send large amount of data using MTOM

Open the web service project in [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/webservices/mtom-support-to-web-service/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Digital Signing the SOAP Message</title>
		<link>http://www.techbubbles.com/webservices/digital-signing-the-soap-message/</link>
		<comments>http://www.techbubbles.com/webservices/digital-signing-the-soap-message/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 14:02:31 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Webservices]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/webservices/digital-signing-the-soap-message/</guid>
		<description><![CDATA[WSE allows you to digitally sign a SOAP Messages by overriding the SecureMessage method.
To sign a SOAP message
1. The following code example overrides the SecureMessage method.
public override void SecureMessage(SoapEnvelope envelope, Security security)       {
//Obtain the security token with which you want to sign the SOAP message with.
KerberosToken kerbToken = new [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/webservices/digital-signing-the-soap-message/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding Security Credentials to SOAP</title>
		<link>http://www.techbubbles.com/webservices/adding-security-credentials-to-soap/</link>
		<comments>http://www.techbubbles.com/webservices/adding-security-credentials-to-soap/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 11:58:36 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Webservices]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/webservices/adding-security-credentials-to-soap/</guid>
		<description><![CDATA[The WSE 3.0 for .NET enables the developers for creating one or more security credentials that can be added to the SOAP Message.
The following procedure describes how to add one or more security credentials to a SOAP Message.A computer must be configured to accept the SOAP Messages embedded with the security credentials.
Two types of security [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/webservices/adding-security-credentials-to-soap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Verify SOAP Messages Signed using Username and Password</title>
		<link>http://www.techbubbles.com/webservices/verify-soap-messages-signed-using-username-and-password/</link>
		<comments>http://www.techbubbles.com/webservices/verify-soap-messages-signed-using-username-and-password/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 11:43:41 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Webservices]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/uncategorized/verify-soap-messages-signed-using-username-and-password/</guid>
		<description><![CDATA[To validate digital signatures for incoming SOAP Messages created using Username Token, WSE Must be configured. 
The following procedure explains how to configure a WSE to validate digital signatures created using Username Token.
1. Start Visual studio 2005

2. File Menu, New then click Project.
3. Select ASP.NET Web Service in&#160; the templates pane.
4. Add a reference to [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/webservices/verify-soap-messages-signed-using-username-and-password/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SOAP Fundamentals</title>
		<link>http://www.techbubbles.com/webservices/introduction-soap/</link>
		<comments>http://www.techbubbles.com/webservices/introduction-soap/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 12:59:46 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Webservices]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/webservices/introduction-soap/</guid>
		<description><![CDATA[Introduction
SOAP is&#160; a protocol to exchange the XML messages over the network using HTTP\HTTPS.It stands for Simple Object Access Protocol.It is platform and language independent.
SOAP Building Blocks
A SOAP Message is an XML Document contains the following elements

Envelope element which identifies the XML document as a SOAP Message.It is required element in SOAP message. 
Header element [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/webservices/introduction-soap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
